feat: adjust submission function to new DB

This commit is contained in:
2025-03-11 13:52:54 +01:00
parent 6eb2563068
commit 34c030c1e9
3 changed files with 16 additions and 14 deletions

View File

@@ -64,7 +64,6 @@ export function SessionProvider(props: SessionProviderProps) {
setErr(e);
}
}
console.log("sanity", user);
let content: ReactNode;
if (loading || (!err && !user))