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

This commit is contained in:
2025-01-12 12:08:50 -05:00
parent 0d597721bf
commit b8eaa5cf97
2 changed files with 14 additions and 10 deletions

View File

@ -573,7 +573,8 @@ class TfElement extends LitElement {
style="position: static; top: 0; z-index: 10"
>
<button
class=${'w3-bar-item w3-button w3-circle w3-ripple' + (this.connections?.some(x => x.flags.one_shot) ? ' w3-spin' : '')}
class=${'w3-bar-item w3-button w3-circle w3-ripple' +
(this.connections?.some((x) => x.flags.one_shot) ? ' w3-spin' : '')}
@click=${this.refresh}
>