diff --git a/src/routes/analysts/[slug]/+page.svelte b/src/routes/analysts/[slug]/+page.svelte index 313c89f1..93cdde96 100644 --- a/src/routes/analysts/[slug]/+page.svelte +++ b/src/routes/analysts/[slug]/+page.svelte @@ -1,7 +1,7 @@ @@ -98,7 +175,7 @@
-
+
@@ -211,26 +288,36 @@
-
+
-
- - Main Sectors: - - - - + {numOfStocks} Stocks @@ -250,27 +337,7 @@ class="table table-sm table-compact rounded-none sm:rounded-md w-full bg-[#09090B] border-bg-[#09090B] m-auto" > - - - Stock - - - Action - - - - Price Target - - - Updated - - + {#each stockList as item, index} @@ -392,6 +459,20 @@
+ + {item?.price !== null ? item?.price : "n/a"} + + + + {item?.upside !== null ? item?.upside + "%" : "n/a"} + + @@ -410,67 +491,6 @@
- -