change from deposits history to bid history and add it to bid_history router
This commit is contained in:
@@ -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