query param disable pwa prompt fixes #953
This commit is contained in:
		
							parent
							
								
									2f818fc968
								
							
						
					
					
						commit
						f5e2ab8603
					
				@ -105,7 +105,7 @@ export default function MyApp ({ Component, pageProps: { ...props } }) {
 | 
			
		||||
                              <ChainFeeProvider chainFee={chainFee}>
 | 
			
		||||
                                <ErrorBoundary>
 | 
			
		||||
                                  <Component ssrData={ssrData} {...otherProps} />
 | 
			
		||||
                                  <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} />
 | 
			
		||||
                                  {!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 />}
 | 
			
		||||
                                </ErrorBoundary>
 | 
			
		||||
                              </ChainFeeProvider>
 | 
			
		||||
                            </BlockHeightProvider>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user