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

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