Allow admins to report Groups
This commit is contained in:
parent
b6a5c56859
commit
11cb90bb15
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue