Skip to content

Commit 8fa86c1

Browse files
committed
lint fix
1 parent 187fa6f commit 8fa86c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/Contentful/Route.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function ContentfulRoute(props) {
176176
const currentPathname = typeof location === 'undefined' ? '' : removeTrailingSlash(location.pathname);
177177
const redirectToUrl = _.trim(fields.redirectToUrl);
178178
const requireLogin = fields.protected;
179-
console.log('check route', requireLogin, auth, encodeURIComponent(url))
179+
console.log('check route', requireLogin, auth, encodeURIComponent(url));
180180
if (requireLogin && (!auth || !auth.tokenV3)) {
181181
// route is protected by TC Login
182182
// send to login/register with proper retUrl set

0 commit comments

Comments
 (0)