Update userIcon variable when loading
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Melon 2022-12-05 11:24:38 +00:00
parent 43d10ef705
commit a0faae254d
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
onMount(async () => {
try {
user = await getUser(id);
userIcon = user.icon;
} catch (_) {}
});
</script>