diff --git a/src/routes/price-alert/+page.svelte b/src/routes/price-alert/+page.svelte index fdf124b1..f05b4766 100644 --- a/src/routes/price-alert/+page.svelte +++ b/src/routes/price-alert/+page.svelte @@ -373,11 +373,11 @@ aria-label="Add new stock" /> - {#if inputValue?.length !== 0} - + + {#if inputValue?.length > 0} {#each searchBarData as item} {:else} - + No results found {/each} - - {/if} + {:else} + + + No results found + + + {/if} +