Skip to content

Commit 219f89d

Browse files
refactor: remove 'offline mode ready' alert
1 parent 48a32e8 commit 219f89d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ const updateSW = registerSW({
2121
void updateSW(true);
2222
}
2323
},
24-
onOfflineReady() {
25-
// eslint-disable-next-line no-alert
26-
window.alert('NMRium wrapper is ready to run in offline mode');
27-
},
2824
});
2925

3026
const root = createRoot(rootContainer);

0 commit comments

Comments
 (0)