From 2673f83116a95d369023bc863b00178acdcbb326 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Tue, 27 Jul 2021 15:08:37 +0100 Subject: [PATCH] fix bug --- wallet-web/components/undelegate/NodeUndelegation.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wallet-web/components/undelegate/NodeUndelegation.tsx b/wallet-web/components/undelegate/NodeUndelegation.tsx index c04aa1464d..34666e48e0 100644 --- a/wallet-web/components/undelegate/NodeUndelegation.tsx +++ b/wallet-web/components/undelegate/NodeUndelegation.tsx @@ -65,7 +65,7 @@ const UndelegateFromNode = () => { } // we haven't clicked undelegate button yet - if (!undelegationStarted) { + if (!isLoading) { return ( @@ -95,9 +95,9 @@ const UndelegateFromNode = () => { Undelegate stake from {nodeType}