From 811a5190ebef0ab90aab2299986f0281f1351b01 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Sun, 15 Jan 2023 15:28:49 +0100 Subject: [PATCH] Fix user profile view not always showing the right user --- webui/src/components/ProfileCounters.vue | 4 +- webui/src/components/UserCard.vue | 3 ++ webui/src/views/ProfileView.vue | 51 ++++++++++++++---------- 3 files changed, 35 insertions(+), 23 deletions(-) diff --git a/webui/src/components/ProfileCounters.vue b/webui/src/components/ProfileCounters.vue index bfeddf7..eaa9663 100644 --- a/webui/src/components/ProfileCounters.vue +++ b/webui/src/components/ProfileCounters.vue @@ -1,6 +1,7 @@