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}