From 99b2ee273f636ff1f4e5dce63531f48965d94add Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 15 Aug 2024 17:38:20 +0200 Subject: [PATCH] Fix issues with task scoring and in-app-reward retrieval (#15294) * remove obsolete class and computed * correctly load equipped gear * load purchased for in app rewards --- .../src/components/snackbars/notifications.vue | 14 -------------- website/server/controllers/api-v3/tasks.js | 2 +- website/server/controllers/api-v3/user.js | 2 +- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/website/client/src/components/snackbars/notifications.vue b/website/client/src/components/snackbars/notifications.vue index b189e71c4d..2a90c80e23 100644 --- a/website/client/src/components/snackbars/notifications.vue +++ b/website/client/src/components/snackbars/notifications.vue @@ -1,7 +1,6 @@