diff --git a/src/routes/stocks/[tickerID]/forecast/+page.svelte b/src/routes/stocks/[tickerID]/forecast/+page.svelte index eb8d75f8..37d12553 100644 --- a/src/routes/stocks/[tickerID]/forecast/+page.svelte +++ b/src/routes/stocks/[tickerID]/forecast/+page.svelte @@ -382,7 +382,7 @@ // "Analyst Consensus:" in white, rating in color return ` - Analyst Consensus: + Analyst Consensus: ${ratingText} `; }, diff --git a/src/routes/stocks/[tickerID]/forecast/ai/+page.svelte b/src/routes/stocks/[tickerID]/forecast/ai/+page.svelte index c3857cb0..3e7e0dd6 100644 --- a/src/routes/stocks/[tickerID]/forecast/ai/+page.svelte +++ b/src/routes/stocks/[tickerID]/forecast/ai/+page.svelte @@ -175,7 +175,7 @@ // "Analyst Consensus:" in white, rating in color return ` - Analyst Consensus: + Analyst Consensus: ${ratingText} `; }, @@ -513,23 +513,12 @@ class="max-h-[225px]" use:highcharts={optionsPieChart} > -
- Analyst Consensus: {consensusRating} -