chore: remove prompt

This commit is contained in:
MTG2000
2022-08-18 10:53:29 +03:00
parent b8bf4d2334
commit bbc0716371

View File

@@ -52,14 +52,6 @@ export default function ListProjectPage() {
})
usePrompt('You may have some unsaved changes. You still want to leave?', true)
// if (!userId || profileQuery.loading)
// return <LoadingPage />
// if (!profileQuery.data?.profile)
// return <NotFoundPage />
return (
<>