From dd853ae7774e959d8dd5f8c43b91646274c6d2b2 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 11 May 2023 01:29:02 +0530 Subject: [PATCH] minor UX improvement --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7a6508f..9219a2c 100644 --- a/index.html +++ b/index.html @@ -837,7 +837,11 @@
Supply

${supply ? formatAmount(supply, token.toLowerCase() === 'rupee' ? 'inr' : 'usd') : 'Infinite'}

Incorporation address
-

${incAddress}

+ +

+ ${incAddress} +

+
Transactions @@ -1228,7 +1232,6 @@ }, contractCreationCard(obj) { const { hash, blockHeight, token, contractName, incAddress, contractType, expiration, participationFees, availableChoices, time } = obj; - console.log(obj); return html`
  • contract creation @@ -1649,7 +1652,6 @@ receiver = vout[i]["scriptPubKey"]["addresses"][0]; } } - console.log(transaction) // todo - temporary fixes below. Fix these on the Database and API level let transactionType = '' if (type == 'transfer') {