From fee638e8266b7d64d8a8c436fabf319d14a3589e Mon Sep 17 00:00:00 2001 From: abcxj123 Date: Tue, 9 Jul 2024 16:31:10 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=EC=B1=84=ED=8C=85=20=EB=A6=AC?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/ChatListItem.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/chat/ChatListItem.tsx b/src/components/chat/ChatListItem.tsx index c2361f0..2da4973 100644 --- a/src/components/chat/ChatListItem.tsx +++ b/src/components/chat/ChatListItem.tsx @@ -65,10 +65,10 @@ const ChatListItem: FC = ({ }, []); return ( -
onClickItem()}> +
onClickItem()}> {/* 이미지 영역 */}
- image + image {isNew && (
N @@ -79,12 +79,14 @@ const ChatListItem: FC = ({
-

{title}

+

+ {title} +

{member}

-

{chatFormatter(date)}

+

{chatFormatter(date)}

{lastMsg}