From f70e2ef1b6fe4efcec88db8ef940e067c99a46d4 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sat, 23 Nov 2024 15:33:53 +0100 Subject: [PATCH] ui fix --- src/routes/stocks/[tickerID]/forecast/+page.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/stocks/[tickerID]/forecast/+page.svelte b/src/routes/stocks/[tickerID]/forecast/+page.svelte index 1f9037ef..37935bf1 100644 --- a/src/routes/stocks/[tickerID]/forecast/+page.svelte +++ b/src/routes/stocks/[tickerID]/forecast/+page.svelte @@ -51,6 +51,7 @@ rawAnalystList?.length > 5 ? rawAnalystList?.slice(-6) : rawAnalystList; const categories = ["Strong Buy", "Buy", "Hold", "Sell", "Strong Sell"]; + console.log(rawAnalystList); function findIndex(data) { const currentYear = new Date().getFullYear();