Skip to content

Commit be43f6c

Browse files
committed
remove unused localStorage check for V8 deprecation alert in notice utility
1 parent c7f0638 commit be43f6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/utils/notice.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ import { Modal } from "antd";
22

33
const { confirm } = Modal;
44

5-
const disableV8DeprecationAlert = localStorage.getItem(
6-
"disable-v8-deprecation-alert"
7-
);
8-
95
const notices = {
106
"v8-deprecation": {
117
title: "通知:react-native-update 即将停止支持 v8 以下版本",

0 commit comments

Comments
 (0)