From a67ad0750dd64c341ed3034383132c8990febc88 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Tue, 1 Dec 2020 13:49:04 +0200 Subject: [PATCH] Code styling Co-authored-by: Travis Ralston --- src/components/structures/HostingSignupAction.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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, }, );