add copy tool where missing from community category
This commit is contained in:
parent
36f86216e6
commit
63cfb8219d
@ -87,7 +87,7 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
title={dataFields.community_activities_current.title}
|
||||
tooltip={dataFields.community_activities_current.tooltip}
|
||||
value={props.building.community_activities_current}
|
||||
|
||||
copy={props.copy}
|
||||
onChange={props.onChange}
|
||||
mode={props.mode}
|
||||
/>
|
||||
@ -96,7 +96,7 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
title={dataFields.community_activities.title}
|
||||
tooltip={dataFields.community_activities.tooltip}
|
||||
value={props.building.community_activities}
|
||||
|
||||
copy={props.copy}
|
||||
onChange={props.onChange}
|
||||
mode={props.mode}
|
||||
/>
|
||||
@ -105,7 +105,7 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
title={dataFields.community_activities_always.title}
|
||||
tooltip={dataFields.community_activities_always.tooltip}
|
||||
value={props.building.community_activities_always}
|
||||
|
||||
copy={props.copy}
|
||||
onChange={props.onChange}
|
||||
mode={props.mode}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user