From 217ad7f0d1c05faf0c90ec7dbee317fefe2d1aca Mon Sep 17 00:00:00 2001 From: LeoMoulin Date: Sun, 21 Apr 2024 23:07:04 +0200 Subject: [PATCH] oof --- frontend/src/Apps/Profil.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Apps/Profil.vue b/frontend/src/Apps/Profil.vue index bd601f0..d9be6ff 100644 --- a/frontend/src/Apps/Profil.vue +++ b/frontend/src/Apps/Profil.vue @@ -123,7 +123,7 @@ if(user.value.profilePictureUrl === null){ return "/Clyde.png" } - return user.profilePictureUrl + return user.value.profilePictureUrl } async function refreshExtCurrList(){