diff --git a/frontend/src/lib/components/SuggestionInput.svelte b/frontend/src/lib/components/SuggestionInput.svelte
index 9659e0d..8bbd2ff 100644
--- a/frontend/src/lib/components/SuggestionInput.svelte
+++ b/frontend/src/lib/components/SuggestionInput.svelte
@@ -1,11 +1,15 @@
@@ -20,7 +24,14 @@
sendSong()
}
}}
+ {disabled}
/>
+ {#if disabled}
+
+
+
+ {/if}
+