From aa9958c25c5a501f57899234267663b141e29d5b Mon Sep 17 00:00:00 2001 From: Choi JunHo Date: Mon, 7 Oct 2024 00:48:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8B=B5=EB=B3=80=20CSS=20=EB=84=98?= =?UTF-8?q?=EC=96=B4=EA=B0=80=EB=8A=94=20=EC=97=90=EB=9F=AC=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/components/atom/chat-card/chat-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/components/atom/chat-card/chat-card.tsx b/src/ui/components/atom/chat-card/chat-card.tsx index 5a04428..46e407a 100644 --- a/src/ui/components/atom/chat-card/chat-card.tsx +++ b/src/ui/components/atom/chat-card/chat-card.tsx @@ -24,7 +24,7 @@ const ChatCard = ({ content, role }: ChatCardProps) => { 'justify-start text-left mobile:max-w-full desktop:max-w-[2/3]': role !== 'user', // 모바일에서는 w-auto, })} > -
+
{content === 'loading' ? : {content}}