diff --git a/src/lib/components/Options/GreekByExpiry.svelte b/src/lib/components/Options/GreekByExpiry.svelte
index 9c7a54eb..38b6e084 100644
--- a/src/lib/components/Options/GreekByExpiry.svelte
+++ b/src/lib/components/Options/GreekByExpiry.svelte
@@ -1,28 +1,9 @@
@@ -289,26 +320,20 @@
{title} Exposure By Expiry
-
- {#if options !== null}
-
-
-
- {:else}
-
+
+ {#if config !== null}
+
{/if}
-
+
+
+ {title === "Gamma" ? "GEX" : "DEX"} Table
+
+
+
@@ -381,21 +406,3 @@
-
-
diff --git a/src/lib/components/Options/GreekByStrike.svelte b/src/lib/components/Options/GreekByStrike.svelte
index d34d059a..f301b28f 100644
--- a/src/lib/components/Options/GreekByStrike.svelte
+++ b/src/lib/components/Options/GreekByStrike.svelte
@@ -1,28 +1,9 @@
@@ -268,26 +297,19 @@
{title} Exposure By Strike
-
- {#if options !== null}
-
-
-
- {:else}
-
+
+ {#if config !== null}
+
{/if}
-
+
+
+ {title === "Gamma" ? "GEX" : "DEX"} Table
+
+
@@ -360,21 +382,3 @@
-
-
diff --git a/src/lib/components/Options/GreekExposure.svelte b/src/lib/components/Options/GreekExposure.svelte
index 76e3d8fc..63bc6697 100644
--- a/src/lib/components/Options/GreekExposure.svelte
+++ b/src/lib/components/Options/GreekExposure.svelte
@@ -1,10 +1,5 @@
diff --git a/src/routes/stocks/[tickerID]/options/oi/+page.svelte b/src/routes/stocks/[tickerID]/options/oi/+page.svelte
index 3127c35e..c3a6eacd 100644
--- a/src/routes/stocks/[tickerID]/options/oi/+page.svelte
+++ b/src/routes/stocks/[tickerID]/options/oi/+page.svelte
@@ -14,7 +14,7 @@