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`