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.
2 parents b79034c + 0582c2c commit cdd9d8bCopy full SHA for cdd9d8b
src/shared/containers/TopcoderHeader.jsx
@@ -41,7 +41,7 @@ const TopcoderHeader = ({ auth }) => {
41
42
// If url contains navTool url parameter. Overwrite settings with parameter.
43
const url = new URL(window.location.href);
44
- const urlParams = new URLSearchParams(url);
+ const urlParams = new URLSearchParams(url.search);
45
if (urlParams.get('navTool')) {
46
type = urlParams.get('navTool');
47
}
0 commit comments