We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40d371 commit 9cbeb21Copy full SHA for 9cbeb21
package.json
@@ -78,7 +78,7 @@
78
"moment-timezone": "^0.5.21",
79
"money": "^0.2.0",
80
"morgan": "^1.9.0",
81
- "navigation-component": "git+https://github.com/topcoder-platform/navigation-component.git#develop",
+ "navigation-component": "git+https://github.com/topcoder-platform/navigation-component.git#nav-hotfix-thrive-link",
82
"node-forge": "^0.7.5",
83
"nuka-carousel": "^4.5.3",
84
"postcss": "^6.0.23",
src/shared/components/Header/index.jsx
@@ -49,7 +49,7 @@ const Header = ({
49
}
50
51
useEffect(() => {
52
- setPath(window.location.pathname);
+ setPath(window.location.pathname + window.location.search);
53
}, []);
54
55
/*
0 commit comments