mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Merge branch 'main' into fix/addLiquidityEstimates
This commit is contained in:
commit
9973ba09b3
@ -144,13 +144,14 @@ export default function Compute({
|
|||||||
{isLoading ? (
|
{isLoading ? (
|
||||||
<Loader message={computeStepText} />
|
<Loader message={computeStepText} />
|
||||||
) : (
|
) : (
|
||||||
<Button
|
<Alert text="Compute is coming back at a later stage." state="info" />
|
||||||
style="primary"
|
// <Button
|
||||||
onClick={() => startJob()}
|
// style="primary"
|
||||||
disabled={isComputeButtonDisabled}
|
// onClick={() => startJob()}
|
||||||
>
|
// disabled={isComputeButtonDisabled}
|
||||||
{hasDatatoken || hasPreviousOrder ? 'Start job' : 'Buy'}
|
// >
|
||||||
</Button>
|
// {hasDatatoken || hasPreviousOrder ? 'Start job' : 'Buy'}
|
||||||
|
// </Button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user