ssb: prettier.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 20m17s

This commit is contained in:
2025-01-27 21:02:15 -05:00
parent 04878fcc30
commit 18bab849f7
3 changed files with 20 additions and 12 deletions

View File

@ -1,4 +1,11 @@
import {LitElement, cache, keyed, html, unsafeHTML, until} from './lit-all.min.js';
import {
LitElement,
cache,
keyed,
html,
unsafeHTML,
until,
} from './lit-all.min.js';
import * as tfrpc from '/static/tfrpc.js';
import {styles} from './tf-styles.js';
@ -251,12 +258,15 @@ class TfTabNewsElement extends LitElement {
render() {
let profile =
this.hash.startsWith('#@') && this.hash != '#@'
? keyed(this.hash.substring(1), html`<tf-profile
class="tf-profile"
id=${this.hash.substring(1)}
whoami=${this.whoami}
.users=${this.users}
></tf-profile>`)
? keyed(
this.hash.substring(1),
html`<tf-profile
class="tf-profile"
id=${this.hash.substring(1)}
whoami=${this.whoami}
.users=${this.users}
></tf-profile>`
)
: undefined;
let edit_profile;
if (