diff --git a/src/app/components/Delegations/DelegationActions.tsx b/src/app/components/Delegations/DelegationActions.tsx index bbd806be..fe4cf34c 100644 --- a/src/app/components/Delegations/DelegationActions.tsx +++ b/src/app/components/Delegations/DelegationActions.tsx @@ -33,7 +33,10 @@ export const DelegationActions: React.FC = ({ } // Unbonded - if (state === DelegationState.UNBONDED) { + if ( + state === DelegationState.UNBONDED && + intermediateState !== DelegationState.INTERMEDIATE_WITHDRAWAL + ) { return (