change(ui) - removed logs
This commit is contained in:
parent
4ab7b81b2c
commit
36159a0519
1 changed files with 0 additions and 3 deletions
|
|
@ -25,9 +25,6 @@ function Roles(props: Props) {
|
|||
const [showModal, setShowmModal] = useState(false)
|
||||
const isAdmin = account.admin || account.superAdmin;
|
||||
|
||||
console.log('permissionsMap', permissionsMap)
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
props.fetchList()
|
||||
}, [])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue