chore: Format files.

This commit is contained in:
Elisiário Couto
2025-09-18 23:43:08 +01:00
parent 25747d7d37
commit 848eccb35b
7 changed files with 11 additions and 11 deletions

View File

@@ -33,11 +33,11 @@ export function PWAInstallPrompt({ onInstall }: PWAPromptProps) {
try {
await deferredPrompt.prompt();
const { outcome } = await deferredPrompt.userChoice;
if (outcome === "accepted") {
onInstall?.();
}
setDeferredPrompt(null);
setShowPrompt(false);
} catch (error) {
@@ -153,4 +153,4 @@ export function PWAUpdatePrompt({ updateAvailable, onUpdate }: PWAUpdatePromptPr
</div>
</div>
);
}
}