diff --git a/src/ui/components/atom/chat-card/chat-card.tsx b/src/ui/components/atom/chat-card/chat-card.tsx index ab918ae..675a2eb 100644 --- a/src/ui/components/atom/chat-card/chat-card.tsx +++ b/src/ui/components/atom/chat-card/chat-card.tsx @@ -13,13 +13,13 @@ const ChatCard = ({ content, role }: ChatCardProps) => {
{role === 'user' ? null : }