Skip to content

Commit

Permalink
fix: trying to debug where the error is from
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Oct 7, 2024
1 parent 2d3f5c5 commit 71b7aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const AuthGuard = ({ children }: PropsWithChildren) => {

return (
<>
{splashDataLoading && <Splash />}
{/* {splashDataLoading && <Splash />} */}
{children}
</>
)
Expand Down

0 comments on commit 71b7aef

Please sign in to comment.