fix redeem rewards success message
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user