aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Link.js
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-01-30 14:35:30 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-01-30 14:35:30 +0100
commit1d3f61150112af84bde1f5e681e7994a3f9a7e91 (patch)
treec4b7cfa0d1fe014ea1197d4ab9897535b6b0fbc3 /src/components/ui/Link.js
parentADDED invite button on settings navigation (diff)
downloadferdium-app-1d3f61150112af84bde1f5e681e7994a3f9a7e91.tar.gz
ferdium-app-1d3f61150112af84bde1f5e681e7994a3f9a7e91.tar.zst
ferdium-app-1d3f61150112af84bde1f5e681e7994a3f9a7e91.zip
ADDED embedded invite screen in settings
reuses component `Invite`
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,