Allow admins to report Groups
This commit is contained in:
@ -51,7 +51,7 @@ const GroupOptionsButton = ({ group }: IGroupActionButton) => {
|
||||
const menu: Menu = useMemo(() => {
|
||||
const items = [];
|
||||
|
||||
if (isMember) {
|
||||
if (isMember || isAdmin) {
|
||||
items.push({
|
||||
text: intl.formatMessage(messages.report),
|
||||
icon: require('@tabler/icons/flag.svg'),
|
||||
|
||||
Reference in New Issue
Block a user