diff --git a/src/components/organisms/AssetActions/Compute/index.tsx b/src/components/organisms/AssetActions/Compute/index.tsx index 06089e9de..848844239 100644 --- a/src/components/organisms/AssetActions/Compute/index.tsx +++ b/src/components/organisms/AssetActions/Compute/index.tsx @@ -491,7 +491,9 @@ export default function Compute({ action={<SuccessAction />} /> )} - <Web3Feedback isBalanceSufficient={isBalanceSufficient} /> + {type !== 'algorithm' && ( + <Web3Feedback isBalanceSufficient={isBalanceSufficient} /> + )} </footer> </> )