fix redeem rewards success message

This commit is contained in:
fmtabbara
2022-06-14 16:21:08 +01:00
parent 81bbb61dac
commit 06603ec585
@@ -17,9 +17,8 @@ const actionToHeader = (action: ActionType): string => {
case 'undelegate':
return 'Undelegation complete';
case 'compound':
return 'Undelegation complete';
return 'Rewards compounded successfully';
}
return 'Oh no! Something went wrong!';
};
export type DelegationModalProps = {