From c9d862af0470054b088e2051eb83b7de146bc245 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Thu, 10 Apr 2025 13:50:36 +0200 Subject: [PATCH] bugfixing --- src/routes/price-alert/+page.svelte | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) 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} +