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 ? (
|
||||
<Loader message={computeStepText} />
|
||||
) : (
|
||||
<Button
|
||||
style="primary"
|
||||
onClick={() => startJob()}
|
||||
disabled={isComputeButtonDisabled}
|
||||
>
|
||||
{hasDatatoken || hasPreviousOrder ? 'Start job' : 'Buy'}
|
||||
</Button>
|
||||
<Alert text="Compute is coming back at a later stage." state="info" />
|
||||
// <Button
|
||||
// style="primary"
|
||||
// onClick={() => startJob()}
|
||||
// disabled={isComputeButtonDisabled}
|
||||
// >
|
||||
// {hasDatatoken || hasPreviousOrder ? 'Start job' : 'Buy'}
|
||||
// </Button>
|
||||
)}
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user