From d5abc64b859af53cce6bd83970f6ec2bf24dbd3c Mon Sep 17 00:00:00 2001 From: "Kenneth C. Arnold" Date: Thu, 26 Jun 2025 16:05:25 -0400 Subject: [PATCH] Don't show task prompt box when undefined --- frontend/src/editor/editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/editor/editor.tsx b/frontend/src/editor/editor.tsx index 6933aa41..521da5ab 100644 --- a/frontend/src/editor/editor.tsx +++ b/frontend/src/editor/editor.tsx @@ -171,7 +171,7 @@ function LexicalEditor({ >
-
{taskPrompt}
+ { taskPrompt &&
{taskPrompt}
}