Remove a comment that is not true anymore
This commit is contained in:
parent
b50ac0c096
commit
fd55b99a26
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ export default class HostSignupDialog extends React.PureComponent<IProps, IState
|
|||
});
|
||||
break;
|
||||
case PostmessageAction.SetupComplete:
|
||||
// Set as completed but let the user close the modal themselves
|
||||
// so they have time to finish reading any information
|
||||
this.setState({
|
||||
completed: true,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue