diff --git a/src/lib/components/DCF.svelte b/src/lib/components/DCF.svelte index 118a4874..3a162e95 100644 --- a/src/lib/components/DCF.svelte +++ b/src/lib/components/DCF.svelte @@ -206,7 +206,7 @@ async function getFairPrice(ticker) { fairPrice = null; } } - if (fairPrice !== null) { + if (fairPrice !== null && fairPrice >= 0) { $dcfComponent = true; } else { diff --git a/src/lib/components/DarkPool.svelte b/src/lib/components/DarkPool.svelte index ebdc7c81..ccb10dbf 100644 --- a/src/lib/components/DarkPool.svelte +++ b/src/lib/components/DarkPool.svelte @@ -282,7 +282,7 @@ $: { Date - + { formatDateRange(rawData?.slice(-1)?.at(0)?.date)}