Added achievement data

This commit is contained in:
2026-04-29 18:22:49 +10:00
parent b94b1d8ec2
commit 7e3af37a46
3 changed files with 33 additions and 1 deletions
-1
View File
@@ -33,7 +33,6 @@ async function dismissToast(notification: Notification) {
await axios.patch(`/notifications/${notification.id}/read`)
}
console.log(page.achievement_notifications)
watch(
() => page.achievement_notifications,
handleNewNotifications,