From 0276e0754b15ad44c07f1e90d6c4493702f8d6d1 Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 25 Feb 2026 21:38:43 +0100 Subject: [PATCH] fix(profile): improper image loading when switching between users --- .../PlayerProfileView/ProfilePlayerAvatar.vue | 27 ++++++++++--------- .../PlayerProfileView/ProfileSummary.vue | 8 +++--- src/views/PlayerProfileView.vue | 1 + 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/src/components/PlayerProfileView/ProfilePlayerAvatar.vue b/src/components/PlayerProfileView/ProfilePlayerAvatar.vue index d33393c..577305f 100644 --- a/src/components/PlayerProfileView/ProfilePlayerAvatar.vue +++ b/src/components/PlayerProfileView/ProfilePlayerAvatar.vue @@ -1,9 +1,8 @@