1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2026-01-03 21:42:32 +03:00

Code styling

Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Jason Robinson
2020-12-01 13:49:04 +02:00
committed by GitHub
parent cdf8aa13cc
commit a67ad0750d

View File

@@ -33,16 +33,9 @@ export default class HostingSignupAction extends React.PureComponent<IProps, ISt
private openDialog = () => {
this.modalRef = Modal.createTrackedDialog(
'Hosting Signup Open',
'',
HostingSignupDialog,
{
'Hosting Signup Open', '', HostingSignupDialog, {
requestClose: this.requestClose,
},
"mx_HostingSignupDialog",
false,
true,
{
}, "mx_HostingSignupDialog", false, true, {
onBeforeClose: async () => this.closingAllowed,
},
);