diff --git a/src/components/Asset/AssetActions/Compute/FormComputeDataset.tsx b/src/components/Asset/AssetActions/Compute/FormComputeDataset.tsx index a559d866e..8f8c16dfb 100644 --- a/src/components/Asset/AssetActions/Compute/FormComputeDataset.tsx +++ b/src/components/Asset/AssetActions/Compute/FormComputeDataset.tsx @@ -75,7 +75,7 @@ export default function FormStartCompute({ const { isValid, values }: FormikContextType<{ algorithm: string }> = useFormikContext() const { asset, isAssetNetwork } = useAsset() - const [totalPrice, setTotalPrice] = useState(asset?.accessDetails?.price) + const [totalPrice, setTotalPrice] = useState('0') const [datasetOrderPrice, setDatasetOrderPrice] = useState( asset?.accessDetails?.price )