mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-22 20:08:19 +00:00
[eslint] updated eslintrc and improved the code (#4702)
This commit is contained in:
@@ -52,7 +52,7 @@ class OrgAdminList extends React.Component {
|
||||
<tbody>
|
||||
{orgAdminUsers.map(item => {
|
||||
return (
|
||||
<UserItem
|
||||
<UserItem
|
||||
key={item.index}
|
||||
user={item}
|
||||
currentTab="admins"
|
||||
|
Reference in New Issue
Block a user