Remove unnecessary code in ChatMessage component
This commit is contained in:
parent
9adb4b97d4
commit
85f905f0e4
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ export default function ChatMessage({
|
|||
const template = chat.template;
|
||||
const [promptOpen, setPromptOpen] = useState(false);
|
||||
const chat_message = chat.message.toString();
|
||||
|
||||
return (
|
||||
<div
|
||||
className={classNames("form-modal-chat-position", chat.isSend ? "" : " ")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue