Updated StatusOptionsPopover group actions to be allowed for staff

• Updated:
- StatusOptionsPopover group actions to be allowed for staff
This commit is contained in:
mgabdev 2021-01-19 00:38:37 -05:00
parent 6354007875
commit 24fa2d3a74
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ class StatusOptionsPopover extends ImmutablePureComponent {
} }
} }
if (withGroupAdmin) { if (withGroupAdmin || (!!groupRelationships && isStaff)) {
menu.push(null) menu.push(null)
menu.push({ menu.push({
icon: 'trash', icon: 'trash',