Show Person icon for non admin users

This commit is contained in:
Deluan
2021-04-29 18:26:53 -04:00
parent bcda53f115
commit 71dc0dddaf
2 changed files with 7 additions and 2 deletions
-2
View File
@@ -1,4 +1,3 @@
import Group from '@material-ui/icons/Group'
import UserList from './UserList'
import UserEdit from './UserEdit'
import UserCreate from './UserCreate'
@@ -7,5 +6,4 @@ export default {
list: UserList,
edit: UserEdit,
create: UserCreate,
icon: Group,
}