Code styling

Co-authored-by: Travis Ralston <travpc@gmail.com>
pull/21833/head
Jason Robinson 2020-12-01 13:49:04 +02:00 committed by GitHub
parent cdf8aa13cc
commit a67ad0750d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 9 deletions

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,
},
);