aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/SetupAssistantScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/auth/SetupAssistantScreen.js')
-rw-r--r--src/containers/auth/SetupAssistantScreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/auth/SetupAssistantScreen.js b/src/containers/auth/SetupAssistantScreen.js
index eaf3fda8a..d14085f63 100644
--- a/src/containers/auth/SetupAssistantScreen.js
+++ b/src/containers/auth/SetupAssistantScreen.js
@@ -102,7 +102,7 @@ export default @inject('stores', 'actions') @observer class SetupAssistantScreen
102 render() { 102 render() {
103 return ( 103 return (
104 <SetupAssistant 104 <SetupAssistant
105 onSubmit={config => this.setupServices(config)} 105 onSubmit={(config) => this.setupServices(config)}
106 services={this.services} 106 services={this.services}
107 embed={false} 107 embed={false}
108 isSettingUpServices={this.state.isSettingUpServices} 108 isSettingUpServices={this.state.isSettingUpServices}