Skip to content

Commit

Permalink
Merge pull request #462 from lidofinance/fix/wc-rate-limit
Browse files Browse the repository at this point in the history
404 internal server error
  • Loading branch information
itaven authored Sep 10, 2024
2 parents 768123d + 068437b commit 0d61b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const AppWrapper = (
props: AppProps<{ ___prefetch_manifest___?: object }>,
): JSX.Element => {
return (
<Providers prefetchedManifest={props.pageProps.___prefetch_manifest___}>
<Providers prefetchedManifest={props.pageProps?.___prefetch_manifest___}>
{/* see https://nextjs.org/docs/messages/no-document-viewport-meta */}
<Head>
<meta
Expand Down

0 comments on commit 0d61b37

Please sign in to comment.