From f21f34ec80463633a32754a366acaffea38a8424 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 4 Apr 2023 01:57:51 +0530 Subject: [PATCH] Minor UI fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 43b1cf8..008ace8 100644 --- a/index.html +++ b/index.html @@ -1140,7 +1140,7 @@
${formatAmount(getConvertedAmount(amount))}
${transactionReceiver} - ${transactingAddresses.length > 2 ? html`, ` : ''} + ${transactingAddresses.length > 2 ? html`` : ''}
TXID: ${txid}
${!block ? html`

Confirmation pending: amount will be deducted after transaction is confirmed

` : ''}