This commit is contained in:
Tanner Collin 2021-09-23 21:13:36 +00:00
parent 441e86ec2b
commit 0b27a8bd5d

View File

@ -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>