diff --git a/src/routes/options-calculator/+page.svelte b/src/routes/options-calculator/+page.svelte index 47fbcda3..d23b09d4 100644 --- a/src/routes/options-calculator/+page.svelte +++ b/src/routes/options-calculator/+page.svelte @@ -334,22 +334,22 @@ const profitLossPctChange = (profitLoss / premium) * 100; return ` -
| - Ticker - | -- Action - | -- Quantity - | -- Expiration Date - | -- Strike - | -- Type - | -- Price - | -- | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- |
- |
-
- {#if inputValue?.length !== 0 && inputValue !== selectedTicker}
-
- {item?.symbol}
- {item?.name}
-
-
-
+ |
-
- |
-
- |
-
- |
+ Quantity
+ |
+
+ Expiration Date
+ |
+
+ Strike
+ |
+
+ Type
+ |
+
+ Price
+ |
+
+ |
+ |
-
- |
+
+ {item?.symbol}
+ {item?.name}
+
+
+ {:else}
+
+ No results found
+
+ {/each}
+
+ {/if}
+
+
+
-
- |
+
+
+ |
+
+ |
-
-
- |
-
-
- |
-
-
-
-
- |
+
+
+
-
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
-
- |