forked from cory/tildefriends
prettier
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user