From f106c92414e0041d0011e8913a854633c6879ebf Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 15 Jan 2025 00:11:32 +0100 Subject: [PATCH] ui fix --- src/lib/components/Options/Volatility.svelte | 55 ++------------------ 1 file changed, 5 insertions(+), 50 deletions(-) diff --git a/src/lib/components/Options/Volatility.svelte b/src/lib/components/Options/Volatility.svelte index 57095c69..83618d50 100644 --- a/src/lib/components/Options/Volatility.svelte +++ b/src/lib/components/Options/Volatility.svelte @@ -4,7 +4,7 @@ abbreviateNumber, monthNames, } from "$lib/utils"; - import { screenWidth } from "$lib/store"; + import { screenWidth, displayCompanyName } from "$lib/store"; import { onMount } from "svelte"; import TableHeader from "$lib/components/Table/TableHeader.svelte"; import UpgradeToPro from "$lib/components/UpgradeToPro.svelte"; @@ -413,55 +413,10 @@ > Volatility Exposure - -
-
-
-
Date
-
- af -
-
-
- -
-
-
- Avg. Implied Volatility -
-
- {avgIV?.toFixed(2)} -
-
-
-
-
-
- Avg. Realized Volatility -
-
- {avgRV?.toFixed(2)} -
-
-
-
-
-
IV / RV
-
- a -
-
-
+
+ {$displayCompanyName} has experienced an average implied volatility of {avgIV?.toFixed( + 2, + )} and an average realized volatility of {avgRV?.toFixed(2)}.