1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
mihaisc 2020-10-22 13:53:20 +03:00
parent fbb46aaade
commit ce6872d0bd
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
2 changed files with 18 additions and 20 deletions

View File

@ -85,7 +85,6 @@ export default function ComputeJobs(): ReactElement {
if (!ocean || !account) return
setIsLoading(true)
try {
const orderHistory = await ocean.assets.getOrderHistory(
account,
'compute',
@ -110,7 +109,7 @@ export default function ComputeJobs(): ReactElement {
assetName: assetName,
status: item.status,
statusText: item.statusText,
algorithmLogUrl: "",
algorithmLogUrl: '',
resultsUrls: []
})
})
@ -122,7 +121,6 @@ export default function ComputeJobs(): ReactElement {
return 0
})
)
} catch (error) {
Logger.log(error.message)
} finally {