change from deposits history to bid history and add it to bid_history router
This commit is contained in:
@@ -154,7 +154,7 @@ showInitialItems();
|
||||
</button>
|
||||
<span class="text-gray-300">
|
||||
({{ itemsToShow.length }} de
|
||||
{{ props.walletTransactions.length }} transações)
|
||||
{{ props.walletTransactions.length }} {{isManageMode ? 'ofertas' : 'transações'}})
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -62,7 +62,6 @@ const verifyLiquidity = () => {
|
||||
depositsValidList.value.find((element) => {
|
||||
const remaining = element.remaining;
|
||||
if (
|
||||
element.valid == true &&
|
||||
tokenValue.value!! <= remaining &&
|
||||
tokenValue.value!! != 0 &&
|
||||
element.seller !== walletAddress.value
|
||||
|
||||
Reference in New Issue
Block a user