Skip to content

Commit

Permalink
Merge pull request #36 from avantifellows/fix/no-classes-screen-on-login
Browse files Browse the repository at this point in the history
Fix: No classes / tests issue on login
  • Loading branch information
Bahugunajii authored Mar 20, 2024
2 parents 9b1b264 + 06686bf commit 8ddc694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ export default function Home() {
try {
if (userDbId !== null) {
await fetchUserSessions();
setIsLoading(false);
}
} catch (error) {
console.log("Error:", error);
} finally {
setIsLoading(false);
}
};
Expand Down

0 comments on commit 8ddc694

Please sign in to comment.