From 0a2bf642e20158153ae66712ff8973013d1c92fe Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Fri, 4 Oct 2024 20:37:58 +0200 Subject: [PATCH] bugfixing --- src/routes/stocks/[tickerID]/forecast/analyst/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/stocks/[tickerID]/forecast/analyst/+page.svelte b/src/routes/stocks/[tickerID]/forecast/analyst/+page.svelte index f1d71d2e..35c10844 100644 --- a/src/routes/stocks/[tickerID]/forecast/analyst/+page.svelte +++ b/src/routes/stocks/[tickerID]/forecast/analyst/+page.svelte @@ -3,7 +3,7 @@ import {numberOfUnreadNotification, displayCompanyName, stockTicker, currentPortfolioPrice} from '$lib/store'; import InfoModal from '$lib/components/InfoModal.svelte'; import InfiniteLoading from '$lib/components/InfiniteLoading.svelte'; -import { goto } from '$app/navigation'; + import UpgradeToPro from '$lib/components/UpgradeToPro.svelte'; export let data; @@ -252,7 +252,7 @@ changeTab(0)
- {item?.analyst_name} + {item?.analyst_name} {item?.analyst?.length > 15 ? item?.analyst?.slice(0,15) + '...' : item?.analyst}