aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Link.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/Link.js')
-rw-r--r--src/components/ui/Link.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/Link.js b/src/components/ui/Link.js
index 693be84ea..aabb9e0a6 100644
--- a/src/components/ui/Link.js
+++ b/src/components/ui/Link.js
@@ -35,7 +35,7 @@ export default class Link extends Component {
35 filter = `${to}`; 35 filter = `${to}`;
36 } 36 }
37 37
38 const match = matchRoute(filter, router.location.pathname); 38 const match = matchRoute(filter, router.location.pathname + router.location.search);
39 39
40 const linkClasses = classnames({ 40 const linkClasses = classnames({
41 [`${className}`]: true, 41 [`${className}`]: true,