aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-08 10:08:18 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-08 10:08:18 +0100
commit19a5aa1d4d3ca178490b6578236a93aba72dba1b (patch)
tree2b6f5318668d488a236c3098a74bea259b6759c1 /src/components/auth
parentMerge branch 'develop' into fix/import-screen-toggles (diff)
downloadferdium-app-19a5aa1d4d3ca178490b6578236a93aba72dba1b.tar.gz
ferdium-app-19a5aa1d4d3ca178490b6578236a93aba72dba1b.tar.zst
ferdium-app-19a5aa1d4d3ca178490b6578236a93aba72dba1b.zip
fix linting errors
Diffstat (limited to 'src/components/auth')
-rw-r--r--src/components/auth/Import.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Import.js b/src/components/auth/Import.js
index eb0debd39..9b99c4382 100644
--- a/src/components/auth/Import.js
+++ b/src/components/auth/Import.js
@@ -54,7 +54,7 @@ export default class Import extends Component {
54 }))], 54 }))],
55 }, 55 },
56 }; 56 };
57 57
58 this.form = new Form(config, this.context.intl); 58 this.form = new Form(config, this.context.intl);
59 } 59 }
60 60