We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afae655 commit fd0b566Copy full SHA for fd0b566
src/shared/components/Contentful/Route.jsx
@@ -15,6 +15,7 @@ import Viewport from 'components/Contentful/Viewport';
15
import PasswordScreen from 'components/Contentful/PasswordScreen';
16
import { isomorphy, config } from 'topcoder-react-utils';
17
import { connect } from 'react-redux';
18
+import cookies from 'browser-cookies';
19
import { removeTrailingSlash } from 'utils/url';
20
21
// Concatenates a base and segment and handles optional trailing slashes
@@ -153,7 +154,6 @@ function ContentfulRoute(props) {
153
154
preview,
155
spaceName,
156
environment,
- auth,
157
} = props;
158
159
const queries = [];
0 commit comments