diff --git a/src/components/structures/HostingSignupAction.tsx b/src/components/structures/HostingSignupAction.tsx index 950a3aa50c..f5f08807b5 100644 --- a/src/components/structures/HostingSignupAction.tsx +++ b/src/components/structures/HostingSignupAction.tsx @@ -33,16 +33,9 @@ export default class HostingSignupAction extends React.PureComponent { 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, }, );