Revert "2nd attempt remove copy tool from community opinions"

This reverts commit a960bc7cb5.
This commit is contained in:
Ed Chalstrey 2022-06-24 15:54:25 +01:00
parent a960bc7cb5
commit 61166726c3

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>