mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
remove unnecessary condition
This commit is contained in:
parent
37f7faf7e2
commit
48a3962be1
@ -169,7 +169,7 @@ export default function FormStartCompute({
|
|||||||
{...field}
|
{...field}
|
||||||
options={algorithms}
|
options={algorithms}
|
||||||
component={Input}
|
component={Input}
|
||||||
disabled={isLoading || !isAssetNetwork}
|
disabled={isLoading}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user