2nd attempt remove copy tool from community opinions

This commit is contained in:
Ed Chalstrey 2022-06-24 15:51:36 +01:00
parent f2bc5d65ae
commit a960bc7cb5

View File

@ -35,7 +35,7 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
onChange={props.onSaveChange}
mode={props.mode}
copy={props.copy}
/>
<LogicalDataEntry
@ -79,7 +79,7 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
onChange={props.onSaveChange}
mode={props.mode}
copy={props.copy}
/>
</div>