diff --git a/webclient/src/Home.js b/webclient/src/Home.js index f63ed81..32e86f9 100644 --- a/webclient/src/Home.js +++ b/webclient/src/Home.js @@ -29,6 +29,12 @@ function MemberInfo(props) {
{member.preferred_name} {member.last_name}
+ {member.is_allowed_entry ? +

You are allowed entry to Protospace ✅

+ : +

You are not allowed entry to Protospace ❌

+ } +