diff --git a/nym-wallet/src/components/Delegation/DelegateModal.tsx b/nym-wallet/src/components/Delegation/DelegateModal.tsx index e34a056727..bfd3f67344 100644 --- a/nym-wallet/src/components/Delegation/DelegateModal.tsx +++ b/nym-wallet/src/components/Delegation/DelegateModal.tsx @@ -22,9 +22,9 @@ export const DelegateModal: React.FC<{ buttonText?: string; rewardInterval: string; accountBalance?: string; - estimatedMonthlyReward: number; - profitMarginPercentage: number | null; - nodeUptimePercentage: number | null; + estimatedReward?: number; + profitMarginPercentage?: number | null; + nodeUptimePercentage?: number | null; fee: number; currency: CurrencyDenom; initialAmount?: string; @@ -41,7 +41,7 @@ export const DelegateModal: React.FC<{ rewardInterval, accountBalance, fee, - estimatedMonthlyReward, + estimatedReward, currency, profitMarginPercentage, nodeUptimePercentage, @@ -131,19 +131,21 @@ export const DelegateModal: React.FC<{ Account balance {accountBalance} - - +