Compare commits

...

2 Commits

Author SHA1 Message Date
32810a9b01 Merge pull request 'oof' (#171) from oof into master
All checks were successful
Build and test backend / Build-backend (push) Successful in 1m25s
deploy to production / deploy-frontend (push) Successful in 27s
deploy to production / deploy-backend (push) Successful in 16s
Build and test FrontEnd / Build-frontend (push) Successful in 26s
Reviewed-on: #171
2024-04-21 23:09:52 +02:00
217ad7f0d1 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
2024-04-21 23:07:04 +02:00

View File

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