🐛 Fix notify
This commit is contained in:
parent
86b7fd85af
commit
ff9f9b574b
@ -58,7 +58,7 @@ export const useNotifications = defineStore("notifications", () => {
|
|||||||
total.value++
|
total.value++
|
||||||
|
|
||||||
if (Capacitor.getPlatform() === "web") {
|
if (Capacitor.getPlatform() === "web") {
|
||||||
new Notification(data["id"], {
|
new Notification(data["subject"], {
|
||||||
body: data["subject"]
|
body: data["subject"]
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user