You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Remove a comment that is not true anymore
This commit is contained in:
@@ -74,8 +74,6 @@ export default class HostSignupDialog extends React.PureComponent<IProps, IState
|
|||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case PostmessageAction.SetupComplete:
|
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({
|
this.setState({
|
||||||
completed: true,
|
completed: true,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user