diff --git a/nym-wallet/src/components/Delegation/DelegationModal.tsx b/nym-wallet/src/components/Delegation/DelegationModal.tsx index 91fd474730..76e1828acf 100644 --- a/nym-wallet/src/components/Delegation/DelegationModal.tsx +++ b/nym-wallet/src/components/Delegation/DelegationModal.tsx @@ -15,6 +15,8 @@ const actionToHeader = (action: ActionType): string => { return 'Delegation complete'; case 'undelegate': return 'Undelegation complete'; + case 'compound': + return 'Undelegation complete'; } return 'Oh no! Something went wrong!'; };