Skip to content

Commit

Permalink
remove i18n build errros
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Sep 2, 2023
1 parent 80d3cc4 commit a009e40
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 @@ -53,7 +53,7 @@ const App: AppType<{ session: Session | null }> = ({
const getLayout = Component.getLayout ?? ((page) => page);
return (
<ThemeProvider defaultTheme="system">
<NextIntlClientProvider messages={messages}>
<NextIntlClientProvider onError={() => {}} messages={messages}>
<Modal />
<ReactQueryDevtools initialIsOpen={false} />
<Toaster
Expand Down

0 comments on commit a009e40

Please sign in to comment.