diff --git a/src/routes/options-calculator/+page.svelte b/src/routes/options-calculator/+page.svelte index efed45b9..92cfdc4c 100644 --- a/src/routes/options-calculator/+page.svelte +++ b/src/routes/options-calculator/+page.svelte @@ -832,11 +832,11 @@ aria-label="Add new stock..." /> - {#if inputValue?.length !== 0 && inputValue !== selectedTicker} - + + {#if inputValue?.length !== 0 && inputValue !== selectedTicker} {#each searchBarData as searchItem} {:else} - + No results found {/each} - - {/if} + {:else} + + + No results found + + + {/if} +