Task Assistant
@@ -204,13 +204,15 @@ const Commander = ({ onEnter, onSearch }) => {
{showPrompt ? (
- handleInput(event.target.value)}
@@ -219,7 +221,10 @@ justify-center pt-32"
className="w-[50%] h-16 px-4 py-2 border-b border-gray-200 focus:outline-none focus:border-blue-500
"
/>
-
+
) : null}
+
);
};