diff --git a/src/mainsite/components/TwoYearProjection/index.tsx b/src/mainsite/components/TwoYearProjection/index.tsx index 68cb9cb5..4884bd05 100644 --- a/src/mainsite/components/TwoYearProjection/index.tsx +++ b/src/mainsite/components/TwoYearProjection/index.tsx @@ -135,7 +135,7 @@ const TwoYearProjection: FC = () => { title={t.eth_staked} value={ <> - {formatOneDecimal(projectedStaking / 1e6)} + {Math.round(projectedStaking / 1e6)} {t.numeric_million_abbrev} ETH } @@ -164,7 +164,7 @@ const TwoYearProjection: FC = () => { {formatOneDecimal(projectedBaseGasPrice)} Gwei} + value={<>{Math.round(projectedBaseGasPrice)} Gwei} subValue={ <> {t.fee_burn}