Improve test and withdraw input style

This commit is contained in:
RcleydsonR
2023-02-15 00:50:30 -03:00
parent 0319d91ccb
commit 9c0a527970
5 changed files with 43 additions and 15 deletions

View File

@@ -89,7 +89,7 @@ watch(networkName, async () => {
<div class="header">Gerenciar Ofertas</div>
<div class="w-full max-w-4xl">
<ListingComponent
:deposit-list="depositList"
:valid-deposits="depositList"
:wallet-transactions="transactionsList"
@deposit-withdrawn="updateRemaining"
></ListingComponent>