diff --git a/frontend/src/ui/components/chat/ChatInputWrapper.tsx b/frontend/src/ui/components/chat/ChatInputWrapper.tsx index 3912ece..e7c93cc 100644 --- a/frontend/src/ui/components/chat/ChatInputWrapper.tsx +++ b/frontend/src/ui/components/chat/ChatInputWrapper.tsx @@ -23,18 +23,16 @@ export function ChatInputWrapper({ onSendMessage, replyTo, onClearReply }: ChatI return (
-
- {replyTo && ( -
-
- {replyTo.username} - {replyTo.content} -
- + {replyTo && ( +
+
+ {replyTo.username} + {replyTo.content}
- )} + +
+ )} +