add compound success case

This commit is contained in:
fmtabbara
2022-06-08 12:07:05 +01:00
parent dc7feeabf4
commit 9d856c5f7d
@@ -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!';
};