From e08df30e8a20fbc3ce8d335a32d3f10a43920cdc Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Wed, 10 Dec 2025 17:43:04 +0100 Subject: [PATCH] fix: Remove non-existent valuation_formula property from portfolio page --- frontend/src/app/command/portfolio/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/app/command/portfolio/page.tsx b/frontend/src/app/command/portfolio/page.tsx index 8b6db85..b5109ba 100644 --- a/frontend/src/app/command/portfolio/page.tsx +++ b/frontend/src/app/command/portfolio/page.tsx @@ -705,10 +705,6 @@ export default function PortfolioPage() { {valuation.confidence} -
-

Valuation Formula

-

{valuation.valuation_formula}

-

This is an algorithmic estimate based on domain length, TLD, and market patterns. Actual market value may vary.