aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-18 20:15:56 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-18 20:15:56 +0200
commitd443bca3c82230dd6b9c59d55fbde01a051a6ab5 (patch)
tree68751f48cc2ed70d0e78a1f5bb102ee9daedd334 /src/components/auth
parentFix lint (diff)
parentFix lint (diff)
downloadferdium-app-d443bca3c82230dd6b9c59d55fbde01a051a6ab5.tar.gz
ferdium-app-d443bca3c82230dd6b9c59d55fbde01a051a6ab5.tar.zst
ferdium-app-d443bca3c82230dd6b9c59d55fbde01a051a6ab5.zip
Merge branch 'develop' into local-server
Diffstat (limited to 'src/components/auth')
-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,