From 9c055ce693e981a9d4c7b120dd278e251dbab5d6 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 9 Sep 2024 15:58:18 +0200 Subject: [PATCH] ui fix --- src/routes/stocks/[tickerID]/forecast/+page.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/stocks/[tickerID]/forecast/+page.svelte b/src/routes/stocks/[tickerID]/forecast/+page.svelte index 8e546775..0388a44a 100644 --- a/src/routes/stocks/[tickerID]/forecast/+page.svelte +++ b/src/routes/stocks/[tickerID]/forecast/+page.svelte @@ -57,7 +57,7 @@
{abbreviateNumber(data?.getAnalystEstimate[index - 1]?.estimatedRevenueAvg, true)}
-
+
@@ -74,7 +74,7 @@
{abbreviateNumber(data?.getAnalystEstimate[index - 1]?.estimatedNetIncomeAvg, true)}
-
+
@@ -91,7 +91,7 @@
{abbreviateNumber(data?.getAnalystEstimate[index - 1]?.estimatedEbitdaAvg, true)}
-
+
@@ -108,7 +108,7 @@
{data?.getAnalystEstimate[index - 1]?.estimatedEpsAvg}
-
+