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();