diff --git a/src/components/Asset/AssetActions/Compute/index.tsx b/src/components/Asset/AssetActions/Compute/index.tsx index 357575517..2972c6bd9 100644 --- a/src/components/Asset/AssetActions/Compute/index.tsx +++ b/src/components/Asset/AssetActions/Compute/index.tsx @@ -138,8 +138,8 @@ export default function Compute({ ) if ( !initializedProvider || - !initializedProvider.datasets || - !initializedProvider.algorithm + !initializedProvider?.datasets || + !initializedProvider?.algorithm ) { setError(`Error initializing provider for the compute job!`) return