Skip to content

Commit

Permalink
format pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyklyist committed Oct 27, 2023
1 parent c29864d commit 8392dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function App({
<RootLayout>
<SkeletonTheme baseColor="#202020" highlightColor="#444">
<Component {...pageProps} />
<ToastContainer />
<ToastContainer />
</SkeletonTheme>
</RootLayout>
</SessionProvider>
Expand Down

0 comments on commit 8392dfe

Please sign in to comment.