Skip to content

Commit

Permalink
guest ticket submission
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Mar 26, 2024
1 parent e0f5758 commit e1d0979
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/client/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,15 @@ function MyApp({ Component, pageProps: { session, ...pageProps } }: any) {
);
}

if (router.pathname === "/submit") {
return (
<>
<Notifications position="top-right" />
<Component {...pageProps} />
</>
);
}

return (
<SessionProvider>
<ThemeProvider attribute="class" defaultTheme="light">
Expand Down
File renamed without changes.

0 comments on commit e1d0979

Please sign in to comment.