diff --git a/src/components/thread/messages/human.tsx b/src/components/thread/messages/human.tsx index 3e9393b..453631c 100644 --- a/src/components/thread/messages/human.tsx +++ b/src/components/thread/messages/human.tsx @@ -69,7 +69,7 @@ export function HumanMessage({ onSubmit={handleSubmitEdit} /> ) : ( -
{contentString}
+{contentString}
)}