oof
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 1m24s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 26s

This commit is contained in:
LeoMoulin 2024-04-21 23:07:04 +02:00
parent 2d20b45c3a
commit 217ad7f0d1

View File

@ -123,7 +123,7 @@
if(user.value.profilePictureUrl === null){
return "/Clyde.png"
}
return user.profilePictureUrl
return user.value.profilePictureUrl
}
async function refreshExtCurrList(){