change from deposits history to bid history and add it to bid_history router

This commit is contained in:
RcleydsonR
2022-12-30 16:53:12 -03:00
parent 6279acc20d
commit 060c4f370f
6 changed files with 58 additions and 66 deletions

View File

@@ -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