Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sairaj-mote committed Jun 11, 2023
1 parent 155bd03 commit b1ef88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ <h4 id="page_title"></h4>
html`${contractDeposits.map(deposit => render.depositCard({
...deposit,
acceptingToken,
sellingToken
}))}`
)
else
Expand Down Expand Up @@ -1038,8 +1039,7 @@ <h5 class="label">Exchange rate</h5>
},
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`
<li class="flex deposit-card">
<div class="grid gap-0-5 flex-1">
Expand Down

0 comments on commit b1ef88a

Please sign in to comment.