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 fdc8a56 commit 0582c2cCopy full SHA for 0582c2c
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