mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
format
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
parent
fbb46aaade
commit
ce6872d0bd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user