aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-01-30 12:41:42 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-01-30 12:41:42 +0100
commit25446bbdf8d0020b1adfe34e4f45c1a1eec6528e (patch)
treece1716855f3501da31ec2994e6d9ddb3d7e3fa09 /src/components/ui
parentMerge branch 'develop' into feature/invite-button (diff)
downloadferdium-app-25446bbdf8d0020b1adfe34e4f45c1a1eec6528e.tar.gz
ferdium-app-25446bbdf8d0020b1adfe34e4f45c1a1eec6528e.tar.zst
ferdium-app-25446bbdf8d0020b1adfe34e4f45c1a1eec6528e.zip
Merge branch 'fix-invite-screen' into feature/invite-button
fix linitng errors
Diffstat (limited to 'src/components/ui')
-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 bc3c2d8aa..693be84ea 100644
--- a/src/components/ui/Link.js
+++ b/src/components/ui/Link.js
@@ -64,7 +64,7 @@ Link.wrappedComponent.propTypes = {
64 ]).isRequired, 64 ]).isRequired,
65 to: PropTypes.oneOfType([ 65 to: PropTypes.oneOfType([
66 PropTypes.string, 66 PropTypes.string,
67 PropTypes.object 67 PropTypes.object,
68 ]).isRequired, 68 ]).isRequired,
69 className: PropTypes.string, 69 className: PropTypes.string,
70 activeClassName: PropTypes.string, 70 activeClassName: PropTypes.string,