diff --git a/components/PromptEntry.tsx b/components/PromptEntry.tsx
index 6bef914..90b61f3 100644
--- a/components/PromptEntry.tsx
+++ b/components/PromptEntry.tsx
@@ -34,9 +34,6 @@ export default function PromptEntry({
{ jumpToPrompt(prompt, inferenceResults, setPaused, nowPlayingResult) }} >
{prompt}
- //
);
case 1:
return (
diff --git a/components/Share.tsx b/components/Share.tsx
index a7411d5..90d75de 100644
--- a/components/Share.tsx
+++ b/components/Share.tsx
@@ -243,13 +243,13 @@ export default function Share({
Share your riff
{
window.open(getTwitterLink(), "_blank");
}}
/>
{
window.open(getRedditLink(), "_blank");
}}