diff --git a/src/frontend/src/components/newChatView/chatMessage/index.tsx b/src/frontend/src/components/newChatView/chatMessage/index.tsx index fb815b931..554e64fad 100644 --- a/src/frontend/src/components/newChatView/chatMessage/index.tsx +++ b/src/frontend/src/components/newChatView/chatMessage/index.tsx @@ -12,7 +12,7 @@ import IconComponent from "../../../components/genericIconComponent"; import useAlertStore from "../../../stores/alertStore"; import useFlowStore from "../../../stores/flowStore"; import { chatMessagePropsType } from "../../../types/components"; -import { classNames } from "../../../utils/utils"; +import { classNames, cn } from "../../../utils/utils"; import FileCard from "../fileComponent"; export default function ChatMessage({ @@ -123,30 +123,28 @@ export default function ChatMessage({ chat.isSend ? "" : " " )} > -