diff --git a/src/lib/components/AnalystEstimate.svelte b/src/lib/components/AnalystEstimate.svelte index b1f109fa..19ffbe6c 100644 --- a/src/lib/components/AnalystEstimate.svelte +++ b/src/lib/components/AnalystEstimate.svelte @@ -282,7 +282,7 @@ $: { -
| Date | -+ | {formatDateRange(rawData?.slice(-1)?.at(0)?.date)} | Date | -+ | { formatDateRange(rawData?.slice(-1)?.at(0)?.date)} | diff --git a/src/lib/components/FailToDeliver.svelte b/src/lib/components/FailToDeliver.svelte index e3dc0fba..c437b162 100644 --- a/src/lib/components/FailToDeliver.svelte +++ b/src/lib/components/FailToDeliver.svelte @@ -261,7 +261,7 @@ function findLowestAndHighestPrice(data, lastDateStr) { {#if rawData?.length !== 0}Date | -+ | {formatDateRange(rawData?.slice(-1)?.at(0)?.date)} | diff --git a/src/lib/components/MarketMaker.svelte b/src/lib/components/MarketMaker.svelte index 82f76eea..b5b49fd5 100644 --- a/src/lib/components/MarketMaker.svelte +++ b/src/lib/components/MarketMaker.svelte @@ -299,7 +299,7 @@ else {Date | -+ | {formatDateRange(historyData?.slice(-1)?.at(0)?.date)} | diff --git a/src/lib/components/RetailVolume.svelte b/src/lib/components/RetailVolume.svelte index 90da29b4..031280dc 100644 --- a/src/lib/components/RetailVolume.svelte +++ b/src/lib/components/RetailVolume.svelte @@ -321,7 +321,7 @@ $: {Date | -+ | {formatDateRange(rawData?.lastDate)} | diff --git a/src/lib/components/ShareStatistics.svelte b/src/lib/components/ShareStatistics.svelte index 7118c067..9558069c 100644 --- a/src/lib/components/ShareStatistics.svelte +++ b/src/lib/components/ShareStatistics.svelte @@ -239,7 +239,7 @@ $: {Short Interest | -+ | {abbreviateNumber(rawData?.sharesShort)} | @@ -247,7 +247,7 @@ $: {Short Previous Month | -+ | {abbreviateNumber(rawData?.sharesShortPriorMonth)} | @@ -255,7 +255,7 @@ $: {Short % of Shares Out | -+ | {rawData?.shortOutStandingPercent}% | @@ -263,7 +263,7 @@ $: {Short % of Float | -+ | {rawData?.shortFloatPercent}% | @@ -271,7 +271,7 @@ $: {Short Ratio (days to cover) | -+ | {rawData?.shortRatio} |