Prettier.
This commit is contained in:
@ -72,10 +72,7 @@ class TfMessageElement extends LitElement {
|
||||
return expression;
|
||||
}
|
||||
}
|
||||
return html`<div
|
||||
class="w3-button"
|
||||
@click=${this.show_reactions}
|
||||
>
|
||||
return html`<div class="w3-button" @click=${this.show_reactions}>
|
||||
${(this.message.votes || []).map(
|
||||
(vote) => html`
|
||||
<span
|
||||
|
Reference in New Issue
Block a user