1
0
forked from PGL/Clyde

Merge pull request 'oof' (#171) from oof into master

Reviewed-on: PGL/Clyde#171
This commit is contained in:
LeoMoulin 2024-04-21 23:09:52 +02:00
commit 32810a9b01

View File

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