From 4ea8636f034860e9d7aa189a2eab94caec24ba9e Mon Sep 17 00:00:00 2001 From: Kalista Payne Date: Fri, 20 Feb 2026 13:19:56 -0600 Subject: [PATCH] fix(profile): correct stat display for class gear --- website/client/src/components/userMenu/profileStats.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/src/components/userMenu/profileStats.vue b/website/client/src/components/userMenu/profileStats.vue index 10e78a66a7..0179e905e9 100644 --- a/website/client/src/components/userMenu/profileStats.vue +++ b/website/client/src/components/userMenu/profileStats.vue @@ -43,7 +43,7 @@ {{ $t('equipment') }}: {{ statsComputed.gearBonus[stat] !== 0 ? '+' : '' }}{{ - statsComputed.gearBonus[stat] + statsComputed.gearBonus[stat] + statsComputed.classBonus[stat] }}