Bug fix
This commit is contained in:
parent
155bd037a6
commit
b1ef88abea
@ -446,6 +446,7 @@
|
|||||||
html`${contractDeposits.map(deposit => render.depositCard({
|
html`${contractDeposits.map(deposit => render.depositCard({
|
||||||
...deposit,
|
...deposit,
|
||||||
acceptingToken,
|
acceptingToken,
|
||||||
|
sellingToken
|
||||||
}))}`
|
}))}`
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
@ -1038,8 +1039,7 @@
|
|||||||
},
|
},
|
||||||
depositCard(details) {
|
depositCard(details) {
|
||||||
const { currentBalance, depositorAddress, originalBalance, status, time, transactionHash, acceptingToken, sellingToken } = details
|
const { currentBalance, depositorAddress, originalBalance, status, time, transactionHash, acceptingToken, sellingToken } = details
|
||||||
console.log("I'm at the debug point")
|
console.log(details)
|
||||||
debugger
|
|
||||||
return html`
|
return html`
|
||||||
<li class="flex deposit-card">
|
<li class="flex deposit-card">
|
||||||
<div class="grid gap-0-5 flex-1">
|
<div class="grid gap-0-5 flex-1">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user