remove debug from prompt lol

This commit is contained in:
keyan 2024-03-25 20:17:08 -05:00
parent f5e2ab8603
commit d15e060ff3

View File

@ -105,7 +105,7 @@ export default function MyApp ({ Component, pageProps: { ...props } }) {
<ChainFeeProvider chainFee={chainFee}>
<ErrorBoundary>
<Component ssrData={ssrData} {...otherProps} />
{!router?.query?.disablePrompt && <PWAPrompt copyBody='This website has app functionality. Add it to your home screen to use it in fullscreen and receive notifications. In Safari:' promptOnVisit={2} debug />}
{!router?.query?.disablePrompt && <PWAPrompt copyBody='This website has app functionality. Add it to your home screen to use it in fullscreen and receive notifications. In Safari:' promptOnVisit={2} />}
</ErrorBoundary>
</ChainFeeProvider>
</BlockHeightProvider>