aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-02 19:46:20 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-02 19:46:20 +0100
commitcb45601e87c6af08fc8336da13ac6a0bb38b8484 (patch)
tree9d0d1b2a148a9b245b2aa2e95bf667e7370b12cf /src/components/ui
parentgot server callback and infobox working (diff)
downloadferdium-app-cb45601e87c6af08fc8336da13ac6a0bb38b8484.tar.gz
ferdium-app-cb45601e87c6af08fc8336da13ac6a0bb38b8484.tar.zst
ferdium-app-cb45601e87c6af08fc8336da13ac6a0bb38b8484.zip
finished embedded invite functionality
ADDED internationalization ADDED loading indicator in send button REMOVED query param `from`
Diffstat (limited to 'src/components/ui')
-rw-r--r--src/components/ui/Link.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/ui/Link.js b/src/components/ui/Link.js
index b09ef026e..693be84ea 100644
--- a/src/components/ui/Link.js
+++ b/src/components/ui/Link.js
@@ -37,8 +37,6 @@ export default class Link extends Component {
37 37
38 const match = matchRoute(filter, router.location.pathname); 38 const match = matchRoute(filter, router.location.pathname);
39 39
40 console.log(filter, strictFilter, router.location.pathname, router.location.search, match)
41
42 const linkClasses = classnames({ 40 const linkClasses = classnames({
43 [`${className}`]: true, 41 [`${className}`]: true,
44 [`${activeClassName}`]: match, 42 [`${activeClassName}`]: match,