diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-08-06 21:52:21 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-08-06 21:52:21 +0200 |
| commit | ebfb7c1c8bc0a9ec50bde72eb9a0859c6e5dcee5 (patch) | |
| tree | 35353c15726d7d036907df731b00d390c1d1f538 /src/frontend/app/components/UpdateNotification.tsx | |
| parent | 5cc27f852b02446659e0ab85305916c9f5e5a5f0 (diff) | |
Fix this fucking pile of steaming garbage
Diffstat (limited to 'src/frontend/app/components/UpdateNotification.tsx')
| -rw-r--r-- | src/frontend/app/components/UpdateNotification.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/UpdateNotification.tsx b/src/frontend/app/components/UpdateNotification.tsx index e07ee74..c8e21ea 100644 --- a/src/frontend/app/components/UpdateNotification.tsx +++ b/src/frontend/app/components/UpdateNotification.tsx @@ -16,7 +16,7 @@ export function UpdateNotification() { const handleUpdate = async () => { setIsUpdating(true); swManager.activateUpdate(); - + // Wait for the page to reload setTimeout(() => { window.location.reload(); |
