diff --git a/src/routes/stocks/[tickerID]/statistics/fail-to-deliver/+page.svelte b/src/routes/stocks/[tickerID]/statistics/fail-to-deliver/+page.svelte
index b723a048..8ca42c8e 100644
--- a/src/routes/stocks/[tickerID]/statistics/fail-to-deliver/+page.svelte
+++ b/src/routes/stocks/[tickerID]/statistics/fail-to-deliver/+page.svelte
@@ -7,6 +7,7 @@
import { abbreviateNumber } from "$lib/utils";
import Infobox from "$lib/components/Infobox.svelte";
import FailToDeliver from "$lib/components/FailToDeliver.svelte";
+ import SEO from "$lib/components/SEO.svelte";
export let data;
@@ -60,36 +61,10 @@
changePercentageYearAgo = computeYearOverYearChange(rawData);
-
-
-
-
- {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""}
- {$displayCompanyName} ({$stockTicker}) Fail-to-Deliver Shares · Stocknear
-
-
-
-
-
-
-
-
-
+
- import {
- numberOfUnreadNotification,
- displayCompanyName,
- stockTicker,
- } from "$lib/store";
+ import { displayCompanyName, stockTicker } from "$lib/store";
import { abbreviateNumber, monthNames } from "$lib/utils";
+ import SEO from "$lib/components/SEO.svelte";
+
import * as DropdownMenu from "$lib/components/shadcn/dropdown-menu/index.js";
import { Button } from "$lib/components/shadcn/button/index.js";
//import * as XLSX from 'xlsx';
@@ -393,33 +391,10 @@
$: capCategory = getMarketCapCategory(data?.getStockQuote?.marketCap);
-
-
-
-
- {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""}
- {$displayCompanyName} ({$stockTicker}) Market Cap & Net Worth · Stocknear
-
-
-
-
-
-
-
-
-
+
- import {
- numberOfUnreadNotification,
- displayCompanyName,
- stockTicker,
- } from "$lib/store";
+ import { displayCompanyName, stockTicker } from "$lib/store";
import UpgradeToPro from "$lib/components/UpgradeToPro.svelte";
import Infobox from "$lib/components/Infobox.svelte";
+ import SEO from "$lib/components/SEO.svelte";
export let data;
@@ -35,36 +32,10 @@
}
-
-
-
-
- {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""}
- {$displayCompanyName} ({$stockTicker}) Value-at-Risk Stocknear
-
-
-
-
-
-
-
-
-
+