Create docker file

This commit is contained in:
Tham Luu
2024-09-23 17:39:17 +08:00
parent 2842b3fc19
commit 735f2790a8
3 changed files with 25 additions and 7 deletions

View File

@ -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 <></>
}