From 903b6dee65cfcd2e9b2d615e07ff180e586b7bea Mon Sep 17 00:00:00 2001 From: lian Date: Tue, 8 Jun 2021 10:25:55 +0800 Subject: [PATCH] group staff can quit group --- frontend/src/pages/groups/group-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) &&