mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-13 04:42:56 +08:00
fix: warning judgement error
This commit is contained in:
@@ -13,7 +13,7 @@ const minimumChromeVersion = 102;
|
|||||||
|
|
||||||
export const shouldShowWarning = () => {
|
export const shouldShowWarning = () => {
|
||||||
return (
|
return (
|
||||||
!getIsMobile &&
|
!getIsMobile() &&
|
||||||
(!getIsChrome() || getChromeVersion() < minimumChromeVersion)
|
(!getIsChrome() || getChromeVersion() < minimumChromeVersion)
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user