mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
fix eslint warning and code format (#5877)
This commit is contained in:
@@ -404,7 +404,7 @@ class SharedRepoListItem extends React.Component {
|
||||
let operations = [];
|
||||
if (isPro) {
|
||||
if (repo.owner_email.indexOf('@seafile_group') != -1) {
|
||||
// is group admin
|
||||
// is group admin
|
||||
if (isStaff) {
|
||||
if (repo.owner_email == currentGroup.id + '@seafile_group') {
|
||||
this.isDeparementOnwerGroupMember = true;
|
||||
|
Reference in New Issue
Block a user