Wall Street analysts have not provided any ratings for {$displayCompanyName}
diff --git a/src/routes/stocks/[tickerID]/insider/+page.svelte b/src/routes/stocks/[tickerID]/insider/+page.svelte
index 265037ae..ba37d1fc 100644
--- a/src/routes/stocks/[tickerID]/insider/+page.svelte
+++ b/src/routes/stocks/[tickerID]/insider/+page.svelte
@@ -313,9 +313,14 @@ onMount(async() => {
-
+
+
+ {#if insiderTradingList?.length !== 0}
Get detailed insights of Insiders who bought or sold {$displayCompanyName} and the amounts involved!
+ {:else}
+ No trading history available for {$displayCompanyName}. Likely no insider trading has happened yet.
+ {/if}
{#if insiderTradingList?.length !== 0}
@@ -576,11 +581,6 @@ onMount(async() => {
-
- {:else}
-
- No trading history available for {$displayCompanyName}. Likely no insider trading has happened yet.
-
{/if}
diff --git a/src/routes/stocks/[tickerID]/options/+page.svelte b/src/routes/stocks/[tickerID]/options/+page.svelte
index be55b513..692bc3c4 100644
--- a/src/routes/stocks/[tickerID]/options/+page.svelte
+++ b/src/routes/stocks/[tickerID]/options/+page.svelte
@@ -295,7 +295,7 @@
Unsual Options Activity
-
+
{#if optionsPlotData?.length !== 0}