From 64af7dbf16e64f8b0b92db8c3134253775572bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Farka=C5=A1?= Date: Fri, 30 May 2025 23:07:16 +0200 Subject: [PATCH] UI hotfix for tx id --- web/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/main.js b/web/js/main.js index 25bf40e..532bce2 100644 --- a/web/js/main.js +++ b/web/js/main.js @@ -918,7 +918,7 @@ function throttle(fn, wait) { } function buildAltTxList(txList) { - const wrapper = '
'; + const wrapper = '
'; let outString = ''; outString += wrapper; for (let i = 0; i < txList.length; i++) {