aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Pricing.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-18 10:58:07 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-18 10:58:07 +0200
commit0faea6ebfe7d7b69436f073e31c45114dc3f3cbd (patch)
tree3744511115542d08d16e425657555e2dbe74db85 /src/components/auth/Pricing.js
parentImplement #129 (diff)
parentMerge pull request #130 from getferdi/l10n_develop (diff)
downloadferdium-app-0faea6ebfe7d7b69436f073e31c45114dc3f3cbd.tar.gz
ferdium-app-0faea6ebfe7d7b69436f073e31c45114dc3f3cbd.tar.zst
ferdium-app-0faea6ebfe7d7b69436f073e31c45114dc3f3cbd.zip
Merge branch 'develop' of https://github.com/getferdi/ferdi into develop
Diffstat (limited to 'src/components/auth/Pricing.js')
-rw-r--r--src/components/auth/Pricing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Pricing.js b/src/components/auth/Pricing.js
index a77ad7742..aadb18d91 100644
--- a/src/components/auth/Pricing.js
+++ b/src/components/auth/Pricing.js
@@ -95,7 +95,7 @@ const styles = theme => ({
95 }, 95 },
96}); 96});
97 97
98export default @observer @injectSheet(styles) class Signup extends Component { 98export default @injectSheet(styles) @observer class Signup extends Component {
99 static propTypes = { 99 static propTypes = {
100 onSubmit: PropTypes.func.isRequired, 100 onSubmit: PropTypes.func.isRequired,
101 isLoadingRequiredData: PropTypes.bool.isRequired, 101 isLoadingRequiredData: PropTypes.bool.isRequired,