mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-11-01 21:27:51 +00:00
WIP
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user