From af7ed7319d81c3bc7297ce02c7c8e69a328aa1fe Mon Sep 17 00:00:00 2001 From: Seth Forsgren Date: Thu, 15 Dec 2022 00:06:30 -0800 Subject: [PATCH] Update PromptEntry.tsx --- components/PromptEntry.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/PromptEntry.tsx b/components/PromptEntry.tsx index 90b61f3..5c9909c 100644 --- a/components/PromptEntry.tsx +++ b/components/PromptEntry.tsx @@ -113,7 +113,7 @@ export default function PromptEntry({ } else { return (
{ jumpToPrompt(prompt, inferenceResults, setPaused, nowPlayingResult) }} > -

UP NEXT: {prompt}

+

{prompt}

) }