Apply prettier formatting
This commit is contained in:
parent
1cac306093
commit
526645c791
1576 changed files with 65385 additions and 62478 deletions
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
import React, { useState } from 'react';
|
||||
import React, { useState } from "react";
|
||||
|
||||
import HostSignupDialog from "../dialogs/HostSignupDialog";
|
||||
import { HostSignupStore } from "../../../stores/HostSignupStore";
|
||||
|
@ -27,11 +27,7 @@ const HostSignupContainer = () => {
|
|||
setIsActive(HostSignupStore.instance.isHostSignupActive);
|
||||
});
|
||||
|
||||
return <div className="mx_HostSignupContainer">
|
||||
{ isActive &&
|
||||
<HostSignupDialog />
|
||||
}
|
||||
</div>;
|
||||
return <div className="mx_HostSignupContainer">{isActive && <HostSignupDialog />}</div>;
|
||||
};
|
||||
|
||||
export default HostSignupContainer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue