+
{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 @@
-
-
|