From 207c6cf2c727518a632db7e47cb5a04644d42eb9 Mon Sep 17 00:00:00 2001 From: rachyandco Date: Fri, 29 Jul 2022 10:13:07 +0200 Subject: [PATCH] Correcting a typo (#1475) Co-authored-by: Rachyandco --- nym-wallet/src/components/Delegation/DelegationActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-wallet/src/components/Delegation/DelegationActions.tsx b/nym-wallet/src/components/Delegation/DelegationActions.tsx index 6a325c3309..a48b3cda6a 100644 --- a/nym-wallet/src/components/Delegation/DelegationActions.tsx +++ b/nym-wallet/src/components/Delegation/DelegationActions.tsx @@ -144,7 +144,7 @@ export const DelegationsActionsMenu: React.FC<{ /> R} onClick={() => handleActionSelect?.('redeem')} disabled={disableRedeemingRewards}