diff --git a/src/components/organisms/AssetActions/Consume.tsx b/src/components/organisms/AssetActions/Consume.tsx index fb94fd154..486c2f600 100644 --- a/src/components/organisms/AssetActions/Consume.tsx +++ b/src/components/organisms/AssetActions/Consume.tsx @@ -27,18 +27,21 @@ export default function Consume({ toast.error(consumeError) } - const PurchaseButton = () => - consumeStepText ? ( - - ) : ( - - ) + const PurchaseButton = () => ( +
+ {consumeStepText ? ( + + ) : ( + + )} +
+ ) return (