From f2bf32011f83033154899cd116860f16c309eda4 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 26 Mar 2025 02:09:30 +0100 Subject: [PATCH] ui fixes --- .../components/Options/ContractLookup.svelte | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/lib/components/Options/ContractLookup.svelte b/src/lib/components/Options/ContractLookup.svelte index a3a045f5..253225b5 100644 --- a/src/lib/components/Options/ContractLookup.svelte +++ b/src/lib/components/Options/ContractLookup.svelte @@ -752,7 +752,9 @@ > {rawDataHistory?.at(0)?.implied_volatility || "n/a"}{Math.floor( + rawDataHistory?.at(0)?.implied_volatility * 100, + ) + "%" || "n/a"} @@ -825,7 +827,10 @@ > {#each ["Vol/OI", "IV"] as item}