From b1ef88abea557b8ab686d95c0cf126357d75b3be Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sun, 11 Jun 2023 13:20:21 +0530 Subject: [PATCH] Bug fix --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d4d810c..5fe2ea0 100644 --- a/index.html +++ b/index.html @@ -446,6 +446,7 @@ html`${contractDeposits.map(deposit => render.depositCard({ ...deposit, acceptingToken, + sellingToken }))}` ) else @@ -1038,8 +1039,7 @@ }, depositCard(details) { const { currentBalance, depositorAddress, originalBalance, status, time, transactionHash, acceptingToken, sellingToken } = details - console.log("I'm at the debug point") - debugger + console.log(details) return html`