Grammar
This commit is contained in:
parent
441e86ec2b
commit
0b27a8bd5d
|
@ -30,9 +30,9 @@ function MemberInfo(props) {
|
|||
<Header size='large'>{member.preferred_name} {member.last_name}</Header>
|
||||
|
||||
{member.is_allowed_entry ?
|
||||
<p>You are allowed entry to Protospace ✅</p>
|
||||
<p>You are allowed entry into Protospace ✅</p>
|
||||
:
|
||||
<p>You are not allowed entry to Protospace ❌</p>
|
||||
<p>You are not allowed entry into Protospace ❌</p>
|
||||
}
|
||||
|
||||
<BasicTable>
|
||||
|
|
Loading…
Reference in New Issue
Block a user