4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Merge pull request #313 from QuickMythril/patch-2

Fix reverted code
This commit is contained in:
AlphaX-Projects 2024-06-11 21:19:18 +02:00 committed by GitHub
commit 1bf23e8a2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -258,7 +258,7 @@ class ChatPage extends LitElement {
}
</div>
<div style="display: flex; height: 100%; align-items: center">
${(!this.isReceipient && +this._chatId !== 0 && this.groupInfo.isOpen) ?
${(!this.isReceipient && +this._chatId !== 0) ?
html`
<mwc-icon class="top-bar-icon" @click=${this.copyJoinGroupLinkToClipboard} style="margin: 0px 10px">link</mwc-icon>
`