1
0
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-05-30 05:06:58 +00:00
This commit is contained in:
AlphaX-Projects 2022-04-08 07:53:04 +02:00 committed by GitHub
parent c8b786b0f6
commit 335b710132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"