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(){