From b5a9be475ef7b972ca3895c2cd993ca44614d9fd Mon Sep 17 00:00:00 2001 From: kennycud Date: Mon, 29 Jul 2024 19:29:19 -0700 Subject: [PATCH] Removed a click handler that I missed when removing all the click handlers on the last commit. --- plugins/plugins/core/trade-portal/trade-portal.src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugins/core/trade-portal/trade-portal.src.js b/plugins/plugins/core/trade-portal/trade-portal.src.js index 69607315..bd86cdf0 100644 --- a/plugins/plugins/core/trade-portal/trade-portal.src.js +++ b/plugins/plugins/core/trade-portal/trade-portal.src.js @@ -793,7 +793,7 @@ class TradePortal extends LitElement { header="${translate("tradepage.tchange13")}" id="qortalCreatorColumn" .renderer=${(root, column, data) => { - render(html`${data.item.qortalCreator}`, root) + render(html`${data.item.qortalCreator}`, root) }} >