This commit is contained in:
Vladislav Makhov 2020-07-23 16:35:04 +03:00
parent 54117509ff
commit 14867e5af2

View File

@ -438,7 +438,7 @@ const LoginForm = props => {
<> <>
{isLoaded && <> {isLoaded && <>
<PageLayout sectionBodyContent={<FormWrapper i18n={i18n} {...props} />} /> <PageLayout sectionBodyContent={<FormWrapper i18n={i18n} {...props} />} />
{!enabledJoin && {enabledJoin &&
<RegisterWrapper i18n={i18n} {...props} /> <RegisterWrapper i18n={i18n} {...props} />
} }
</> </>