Skip to content

Commit

Permalink
fix: submit no longer behind session
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 1, 2024
1 parent 01df403 commit f2b0903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/client/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ function MyApp({ Component, pageProps: { session, ...pageProps } }: any) {

if (router.pathname === "/submit") {
return (
<SessionProvider>
<>
<Component {...pageProps} />
<Toaster />
</SessionProvider>
</>
);
}

Expand Down

0 comments on commit f2b0903

Please sign in to comment.