diff --git a/frontend/src/routes/search/Search.svelte b/frontend/src/routes/search/Search.svelte
index 6e8bc25..9883aaf 100644
--- a/frontend/src/routes/search/Search.svelte
+++ b/frontend/src/routes/search/Search.svelte
@@ -105,7 +105,7 @@
}
}
- async function handleStock(resp){
+ async function handleStock(resp){
if (resp.ok){
const res = await resp.json();
stock = Object.keys(res).length ? res : null;
@@ -219,6 +219,23 @@
{/if}
+{#if stock}
+
+{/if}
{#if notes}