diff --git a/src/lib/components/Options/GreekExposure.svelte b/src/lib/components/Options/GreekExposure.svelte index caa01a99..76e3d8fc 100644 --- a/src/lib/components/Options/GreekExposure.svelte +++ b/src/lib/components/Options/GreekExposure.svelte @@ -135,9 +135,9 @@ })}
`; // Loop through each point in the shared tooltip - this.points.forEach((point) => { + this.points?.forEach((point) => { tooltipContent += `${point.series.name}: - ${abbreviateNumber( + ${abbreviateNumber( point.y, )}
`; }); diff --git a/src/routes/etf/etf-providers/+layout.svelte b/src/routes/etf/etf-providers/+layout.svelte index 42ac01a8..5200fbc4 100644 --- a/src/routes/etf/etf-providers/+layout.svelte +++ b/src/routes/etf/etf-providers/+layout.svelte @@ -21,43 +21,6 @@ } - - - {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Largest - ETF Providers by Assets Under Management · Stocknear - - - - - - - - - - - - - - - - -
@@ -79,7 +42,7 @@ class="relative flex justify-center items-start overflow-hidden w-full" >
-

+

ETF Providers

diff --git a/src/routes/etf/etf-providers/[slug]/+page.svelte b/src/routes/etf/etf-providers/[slug]/+page.svelte index b6226dce..871fe324 100644 --- a/src/routes/etf/etf-providers/[slug]/+page.svelte +++ b/src/routes/etf/etf-providers/[slug]/+page.svelte @@ -141,7 +141,7 @@
{#if rawData?.length !== 0} -
+
{/if} diff --git a/src/routes/list/highest-option-premium/+page.svelte b/src/routes/list/highest-option-premium/+page.svelte index 1ff2e8f1..6057d02a 100644 --- a/src/routes/list/highest-option-premium/+page.svelte +++ b/src/routes/list/highest-option-premium/+page.svelte @@ -28,8 +28,8 @@
diff --git a/src/routes/stocks/[tickerID]/options/+page.svelte b/src/routes/stocks/[tickerID]/options/+page.svelte index 65810f33..4611d193 100644 --- a/src/routes/stocks/[tickerID]/options/+page.svelte +++ b/src/routes/stocks/[tickerID]/options/+page.svelte @@ -285,7 +285,7 @@
diff --git a/src/routes/stocks/[tickerID]/statistics/price-reaction/+page.svelte b/src/routes/stocks/[tickerID]/statistics/price-reaction/+page.svelte index 8f5015a3..233596ab 100644 --- a/src/routes/stocks/[tickerID]/statistics/price-reaction/+page.svelte +++ b/src/routes/stocks/[tickerID]/statistics/price-reaction/+page.svelte @@ -67,7 +67,7 @@