diff --git a/web/components/portfolio/portfolio-value-section.tsx b/web/components/portfolio/portfolio-value-section.tsx index 1fe39f6f..cc3ecc79 100644 --- a/web/components/portfolio/portfolio-value-section.tsx +++ b/web/components/portfolio/portfolio-value-section.tsx @@ -41,20 +41,16 @@ export const PortfolioValueSection = memo( return <>> } + const { balance, investmentValue } = lastPortfolioMetrics + const totalValue = balance + investmentValue + return ( -