From 56c1154fa660abc67b6bb1109acff1d9cc4a9ea9 Mon Sep 17 00:00:00 2001 From: Marie Date: Wed, 5 Mar 2025 21:19:22 +0100 Subject: [PATCH] fix: add back claim --- packages/frontend/src/pages/settings/profile.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/src/pages/settings/profile.vue b/packages/frontend/src/pages/settings/profile.vue index c53c285915..f2da6ffb46 100644 --- a/packages/frontend/src/pages/settings/profile.vue +++ b/packages/frontend/src/pages/settings/profile.vue @@ -271,6 +271,7 @@ function changeAvatar(ev) { $i.avatarId = i.avatarId; $i.avatarUrl = i.avatarUrl; globalEvents.emit('requestClearPageCache'); + claimAchievement('profileFilled'); }); }