Create docker file
This commit is contained in:
@ -24,7 +24,7 @@ export default function Home() {
|
||||
const first = getFirstItem(NAV_ITEM(t, auth?.userInfo?.isAdmin))
|
||||
navigate(first ? first.pathName : PathConstants.PROFILE)
|
||||
}
|
||||
}, [auth.userInfo.isAdmin])
|
||||
}, [auth.userInfo?.isAdmin])
|
||||
|
||||
return <></>
|
||||
}
|
||||
|
Reference in New Issue
Block a user