mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-28 22:07:51 +00:00
WIP
This commit is contained in:
parent
c8b786b0f6
commit
335b710132
@ -395,7 +395,7 @@ class Chat extends LitElement {
|
|||||||
</vaadin-grid-column>
|
</vaadin-grid-column>
|
||||||
</vaadin-grid>
|
</vaadin-grid>
|
||||||
${this.isEmptyArray(this.blockedUserList) ? html`
|
${this.isEmptyArray(this.blockedUserList) ? html`
|
||||||
<span style="color: var(--black); text-align: center;">Account not have any blocked users.</span>
|
<span style="color: var(--black); text-align: center;">This account has not blocked any users.</span>
|
||||||
`: ''}
|
`: ''}
|
||||||
<mwc-button
|
<mwc-button
|
||||||
slot="primaryAction"
|
slot="primaryAction"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user