diff --git a/client/src/components/PwaUpdatePrompt.tsx b/client/src/components/PwaUpdatePrompt.tsx index 491c9ee..b59deee 100644 --- a/client/src/components/PwaUpdatePrompt.tsx +++ b/client/src/components/PwaUpdatePrompt.tsx @@ -14,7 +14,7 @@ export default function PwaUpdatePrompt() { setUpdating(true) try { await updateApp() - } catch { + } finally { setUpdating(false) } }