cleanup: prettier.

This commit is contained in:
2025-02-16 15:52:27 -05:00
parent 1a626875cf
commit 6928d6caba
3 changed files with 88 additions and 86 deletions

View File

@ -21,7 +21,9 @@ class TfUserElement extends LitElement {
render() {
let user = this.users[this.id];
let shape =
user?.follow_depth === undefined || user.follow_depth >= 2 ? 'w3-circle' : 'w3-round';
user?.follow_depth === undefined || user.follow_depth >= 2
? 'w3-circle'
: 'w3-round';
let image = html`<span
class=${'w3-theme-l4 ' + shape}
style="display: inline-block; width: 2em; height: 2em; text-align: center; line-height: 2em"