diff --git a/src/app.tsx b/src/app.tsx index 33e9754..4f48451 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -227,7 +227,9 @@ export function App() { } if (oldVersion < 11) { - alert("Start upgrading storage, just a sec... (Click OK to continue)"); + if (oldVersion < 11 && oldVersion >= 1) { + alert("Start upgrading storage, just a sec... (Click OK to continue)"); + } if ( transaction .objectStore(STORAGE_NAME)