From 447d2b3406491706546624e71bed28ab0fe83407 Mon Sep 17 00:00:00 2001 From: Vincent <vincent@loki.network> Date: Tue, 7 Jul 2020 10:03:04 +1000 Subject: [PATCH] edit-loading-state --- ts/components/session/RegistrationTabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/session/RegistrationTabs.tsx b/ts/components/session/RegistrationTabs.tsx index e7a07e5e2..be7d733ea 100644 --- a/ts/components/session/RegistrationTabs.tsx +++ b/ts/components/session/RegistrationTabs.tsx @@ -447,7 +447,7 @@ export class RegistrationTabs extends React.Component<{}, State> { </ol> )} </div> - {this.renderEnterSessionID(!this.state.loading)} + {this.renderEnterSessionID(!this.state.secretWords)} {this.state.secretWords && ( <div className="session-registration__content__secret-words"> <label>Secret words</label>