diff --git a/app/src/frontend/building/data-containers/community.tsx b/app/src/frontend/building/data-containers/community.tsx index ad345bcb..43fa97ea 100644 --- a/app/src/frontend/building/data-containers/community.tsx +++ b/app/src/frontend/building/data-containers/community.tsx @@ -61,6 +61,7 @@ const CommunityView: React.FunctionComponent = (props) => { user_verified_as={props.user_verified.is_domestic} verified_count={props.building.verified.is_domestic} /> + Work from home does not count as office and does not make building non-domestic. {(props.building.is_domestic === "no" || props.building.is_domestic === "mixed") ? = (props) => { user_verified_as={props.user_verified.is_domestic} verified_count={props.building.verified.is_domestic} /> + Work from home does not count as office and does not make building non-domestic.