forked from cory/tildefriends
ssb+issues+core: prettier
This commit is contained in:
@ -97,7 +97,7 @@ class TfTabConnectionsElement extends LitElement {
|
||||
this.connect_attempt != connection}
|
||||
style="cursor: pointer"
|
||||
class=${'w3-panel ' + (this.connect_success ? 'w3-green' : 'w3-red')}
|
||||
@click=${() => this.connect_attempt = undefined}
|
||||
@click=${() => (this.connect_attempt = undefined)}
|
||||
>
|
||||
<p>${this.connect_message}</p>
|
||||
</div>`;
|
||||
|
Reference in New Issue
Block a user