remove debug from prompt lol
This commit is contained in:
parent
f5e2ab8603
commit
d15e060ff3
@ -105,7 +105,7 @@ export default function MyApp ({ Component, pageProps: { ...props } }) {
|
|||||||
<ChainFeeProvider chainFee={chainFee}>
|
<ChainFeeProvider chainFee={chainFee}>
|
||||||
<ErrorBoundary>
|
<ErrorBoundary>
|
||||||
<Component ssrData={ssrData} {...otherProps} />
|
<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>
|
</ErrorBoundary>
|
||||||
</ChainFeeProvider>
|
</ChainFeeProvider>
|
||||||
</BlockHeightProvider>
|
</BlockHeightProvider>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user