From 4839a37e4f0b4125a5c24d495244f070a8e7eca8 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 15 Apr 2023 15:52:24 +0530 Subject: [PATCH] UI fix --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 908a48c..7149fcf 100644 --- a/index.html +++ b/index.html @@ -413,12 +413,12 @@ renderElem( document.getElementById('participant_container'), html`${Object.keys(contractParticipants) - .map(participant => render.participantCard({ - accepting_token: contractInfo.accepting_token, - selling_token: contractInfo.selling_token, - ...contractParticipants[participant] - } - )) + .map(participant => render.participantCard({ + accepting_token: contractInfo.accepting_token, + selling_token: contractInfo.selling_token, + ...contractParticipants[participant] + } + )) }` ) break; @@ -713,7 +713,7 @@
Transaction ID
-
+