edit-loading-state

pull/1220/head
Vincent 5 years ago
parent 4c48c9f6d6
commit 447d2b3406

@ -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>

Loading…
Cancel
Save