mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
fix compute jobs infinite loading when no jobs found
This commit is contained in:
parent
72bf0da6c5
commit
3ef91048b3
@ -287,6 +287,7 @@ export async function getComputeJobs(
|
||||
)
|
||||
})
|
||||
if (tokenOrders.length === 0) {
|
||||
computeResult.isLoaded = true
|
||||
return computeResult
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user