diff --git a/client/src/components/Metrics/MetricsEpoch/MetricsEpochGridFundsUsage/MetricsEpochGridFundsUsage.tsx b/client/src/components/Metrics/MetricsEpoch/MetricsEpochGridFundsUsage/MetricsEpochGridFundsUsage.tsx index 3a956489ec..cde86a2a4f 100644 --- a/client/src/components/Metrics/MetricsEpoch/MetricsEpochGridFundsUsage/MetricsEpochGridFundsUsage.tsx +++ b/client/src/components/Metrics/MetricsEpoch/MetricsEpochGridFundsUsage/MetricsEpochGridFundsUsage.tsx @@ -110,7 +110,7 @@ const MetricsEpochGridFundsUsage: FC = ({ { label: t('ppf'), value: getNumberValue(ppf / 2n), - valueLabel: getFormattedEthValue(ppf, true, false, false, numberOfDecimalPlacesToUse) + valueLabel: getFormattedEthValue(ppf / 2n, true, false, false, numberOfDecimalPlacesToUse) .fullString, }, ];