oof #171

Merged
LeoMoulin merged 1 commits from oof into master 2024-04-21 23:09:53 +02:00

View File

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