From e063a3e0f93a8cb1ac01bd61eca6d038e0d1980b Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Mon, 10 Jun 2024 22:10:58 -0400 Subject: [PATCH] Fix reverted code this file was edited in the following PR: https://github.com/Qortal/qortal-ui/pull/280/files --- plugins/plugins/core/components/ChatPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugins/core/components/ChatPage.js b/plugins/plugins/core/components/ChatPage.js index b6047770..83bda049 100644 --- a/plugins/plugins/core/components/ChatPage.js +++ b/plugins/plugins/core/components/ChatPage.js @@ -258,7 +258,7 @@ class ChatPage extends LitElement { }
- ${(!this.isReceipient && +this._chatId !== 0 && this.groupInfo.isOpen) ? + ${(!this.isReceipient && +this._chatId !== 0) ? html` link `