Skip to content

Commit

Permalink
Merge pull request #463 from lidofinance/develop
Browse files Browse the repository at this point in the history
Develop to main
  • Loading branch information
itaven authored Sep 10, 2024
2 parents b021888 + 0d61b37 commit adb56e0
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 adb56e0

Please sign in to comment.