feat(pwa) do not display chrome extension banner for TWA
This commit is contained in:
parent
96c34b7774
commit
b428c3bca8
|
@ -152,6 +152,7 @@ class ChromeExtensionBanner extends PureComponent<Props, State> {
|
|||
_isSupportedEnvironment() {
|
||||
return interfaceConfig.SHOW_CHROME_EXTENSION_BANNER
|
||||
&& browser.isChrome()
|
||||
&& !browser.isTwa()
|
||||
&& !isMobileBrowser()
|
||||
&& !this.props.isVpaas;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue