1
0
forked from PGL/Clyde
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){ if(user.value.profilePictureUrl === null){
return "/Clyde.png" return "/Clyde.png"
} }
return user.profilePictureUrl return user.value.profilePictureUrl
} }
async function refreshExtCurrList(){ async function refreshExtCurrList(){