Hide redundant member details on sign up, remove padding

This commit is contained in:
2023-07-11 17:42:50 +00:00
parent 7023e7f6fd
commit 8ca2dc420a
3 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -264,13 +264,13 @@ export function Home(props) {
return (
<Container>
<Grid stackable padded columns={2}>
<Grid stackable columns={2}>
<Grid.Column>
{user ?
user.member.set_details ?
<MemberInfo user={user} />
:
<AccountForm {...props} />
<AccountForm {...props} isSignup={true} />
:
<div>
<LoginForm {...props} />