add work from home explanation
This commit is contained in:
parent
e3e9e83632
commit
df07a3bf1d
@ -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'
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user