This commit is contained in:
2025-05-11 21:54:53 -04:00
parent 799f22e989
commit 35656a5c34
3 changed files with 18 additions and 13 deletions

View File

@ -41,8 +41,7 @@ class TfUserElement extends LitElement {
if (typeof image_link == 'string' && !image_link.startsWith('&')) {
try {
image_link = JSON.parse(image_link)?.link;
} catch {
}
} catch {}
}
if (image_link !== undefined) {
image = html`<img