aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/SetupAssistantScreen.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/auth/SetupAssistantScreen.tsx')
-rw-r--r--src/containers/auth/SetupAssistantScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/auth/SetupAssistantScreen.tsx b/src/containers/auth/SetupAssistantScreen.tsx
index 0d4c3feec..1a20ab002 100644
--- a/src/containers/auth/SetupAssistantScreen.tsx
+++ b/src/containers/auth/SetupAssistantScreen.tsx
@@ -96,7 +96,7 @@ class SetupAssistantScreen extends Component<IProps, IState> {
96 <SetupAssistant 96 <SetupAssistant
97 onSubmit={config => this.setupServices(config)} 97 onSubmit={config => this.setupServices(config)}
98 services={this.services} 98 services={this.services}
99 // embed={false} // TODO - [TS DEBT][PROP NOT USED IN COMPONENT] check legacy services type 99 // embed={false} // TODO: [TS DEBT][PROP NOT USED IN COMPONENT] check legacy services type
100 isSettingUpServices={this.state.isSettingUpServices} 100 isSettingUpServices={this.state.isSettingUpServices}
101 /> 101 />
102 ); 102 );