mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
set transactions to an empty list if dtList lengths is 0 (#1274)
This commit is contained in:
parent
90f841bb13
commit
f4a0376f99
@ -173,6 +173,7 @@ export default function PoolTransactions({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (dtList.length === 0) {
|
if (dtList.length === 0) {
|
||||||
|
setTransactions([])
|
||||||
setIsLoading(false)
|
setIsLoading(false)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user