Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisc committed May 27, 2024
1 parent 5eab96f commit 89a7cdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ function MyApp({ Component, pageProps }: AppProps): ReactElement {
<PricesProvider>
<ConsentProvider>
<OrbisProvider>
<App>
<Component {...pageProps} />
</App>
<App>
<Component {...pageProps} />
</App>
</OrbisProvider>
</ConsentProvider>
</PricesProvider>
Expand Down

0 comments on commit 89a7cdf

Please sign in to comment.