forked from Qortal/qortal-ui
Fix reverted code
this file was edited in the following PR: https://github.com/Qortal/qortal-ui/pull/280/files
This commit is contained in:
parent
70646f1f3f
commit
e063a3e0f9
@ -258,7 +258,7 @@ class ChatPage extends LitElement {
|
|||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex; height: 100%; align-items: center">
|
<div style="display: flex; height: 100%; align-items: center">
|
||||||
${(!this.isReceipient && +this._chatId !== 0 && this.groupInfo.isOpen) ?
|
${(!this.isReceipient && +this._chatId !== 0) ?
|
||||||
html`
|
html`
|
||||||
<mwc-icon class="top-bar-icon" @click=${this.copyJoinGroupLinkToClipboard} style="margin: 0px 10px">link</mwc-icon>
|
<mwc-icon class="top-bar-icon" @click=${this.copyJoinGroupLinkToClipboard} style="margin: 0px 10px">link</mwc-icon>
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user