diff --git a/frontend/src/pages/groups/group-view.js b/frontend/src/pages/groups/group-view.js index 211a67d2f4..3e0efd9d8f 100644 --- a/frontend/src/pages/groups/group-view.js +++ b/frontend/src/pages/groups/group-view.js @@ -488,7 +488,7 @@ class GroupView extends React.Component { } {/* gourp owner only can dissmiss group, admin could not quit, department member could not quit */} - {(!this.state.isOwner && !this.state.isStaff && !isDepartmentGroup) && + {(!this.state.isOwner && !isDepartmentGroup) &&