Fix missing column in SQL and fix plan display in the dashboard

This commit is contained in:
Michael
2021-08-31 14:24:10 +02:00
parent 4088fa0b71
commit 466ffec8fe
3 changed files with 5 additions and 4 deletions

View File

@@ -14,8 +14,6 @@ export const AuthProvider = ({ children }) => {
// Check active sessions and sets the user
const session = supabase.auth.session();
console.log(session);
setUser(session?.user ?? null);
setSession(session ?? null);
setLoading(false);