finish prev commit

This commit is contained in:
Ed Chalstrey 2022-06-24 15:24:18 +01:00
parent 63cfb8219d
commit 673a59df6f

View File

@ -64,6 +64,7 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
label: definition.title
}))
}
copy={props.copy}
mode={props.mode}
/>
}