diff --git a/app/src/frontend/building/data-containers/community.tsx b/app/src/frontend/building/data-containers/community.tsx index 90dafb31..5ab4069c 100644 --- a/app/src/frontend/building/data-containers/community.tsx +++ b/app/src/frontend/building/data-containers/community.tsx @@ -35,6 +35,7 @@ const CommunityView: React.FunctionComponent = (props) => { onChange={props.onSaveChange} mode={props.mode} + /> = (props) => { onChange={props.onSaveChange} mode={props.mode} + /> { props.building.community_type_worth_keeping !== false && @@ -62,6 +64,7 @@ const CommunityView: React.FunctionComponent = (props) => { label: definition.title })) } + mode={props.mode} /> } @@ -75,6 +78,7 @@ const CommunityView: React.FunctionComponent = (props) => { onChange={props.onSaveChange} mode={props.mode} + copy={props.copy} />