diff --git a/src/stores/notifications.ts b/src/stores/notifications.ts index d9a4316..eb3fa20 100644 --- a/src/stores/notifications.ts +++ b/src/stores/notifications.ts @@ -58,7 +58,7 @@ export const useNotifications = defineStore("notifications", () => { total.value++ if (Capacitor.getPlatform() === "web") { - new Notification(data["id"], { + new Notification(data["subject"], { body: data["subject"] }) } else {