add work from home explanation

This commit is contained in:
Mateusz Konieczny 2023-02-07 09:58:35 +01:00
parent e3e9e83632
commit df07a3bf1d
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (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") ?
<UserOpinionEntry
slug='community_like'

View File

@ -40,6 +40,7 @@ const UseView: React.FunctionComponent<CategoryViewProps> = (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.
<InfoBox msg="93% of properties in UK are dwellings so we have set this as the default colour. Can you help us colour-in all non-residential and mixed use buildings, and verify residential buildings too?"></InfoBox>
<MultiDataEntry
title={dataFields.current_landuse_group.title}