1
0
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:
Enzo Vezzaro 2022-06-06 10:36:59 -04:00
parent 37f7faf7e2
commit 48a3962be1

View File

@ -169,7 +169,7 @@ export default function FormStartCompute({
{...field} {...field}
options={algorithms} options={algorithms}
component={Input} component={Input}
disabled={isLoading || !isAssetNetwork} disabled={isLoading}
/> />
))} ))}