From d7ff2694f7393e4e7de92d7545d25ca262b8985a Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 23 Sep 2020 13:55:53 +0200 Subject: [PATCH] consume fixes, tab fixes --- .../organisms/AssetActions/Consume.tsx | 27 ++++++++++--------- .../organisms/AssetActions/index.tsx | 19 ++++++++----- 2 files changed, 27 insertions(+), 19 deletions(-) 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 (