@ -29,7 +29,7 @@ class Setup {
} else if (this.registration?.active) {
this.serviceWorkerStatus = "active"
} else {
this.serviceWorkerStatus = "not installed"
this.serviceWorkerStatus = "initializing"
}
this.statusEl.innerText = this.serviceWorkerStatus