chore: bump version (#1275)

This commit is contained in:
Himself65
2023-03-02 14:52:41 -06:00
committed by GitHub
parent 67c0d84d97
commit 0507300a29
11 changed files with 1464 additions and 1707 deletions

View File

@@ -6,6 +6,10 @@ const minimumChromeVersion = 102;
export const shouldShowWarning = () => {
const env = getEnvironment();
if (env.isDesktop) {
// even though desktop have compatibility issues, we don't want to show the warning
return false;
}
if (!env.isBrowser) {
// disable in SSR
return false;