Remove "allowed entry" notice

This commit is contained in:
Tanner Collin 2022-04-10 07:13:36 +00:00
parent 354d124943
commit 74d5c93bcb

View File

@ -34,7 +34,7 @@ function MemberInfo(props) {
<Header size='large'>{member.preferred_name} {member.last_name}</Header>
{member.is_allowed_entry ?
<p>You are allowed entry into Protospace </p>
<></>
:
<p>You are not allowed entry into Protospace </p>
}