oof #171

Merged
LeoMoulin merged 1 commits from oof into master 2024-04-21 23:09:53 +02:00
Showing only changes of commit 217ad7f0d1 - Show all commits

View File

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