From 70071a540391f03f9b8c6a8e778ca32e2affde54 Mon Sep 17 00:00:00 2001 From: yura Date: Fri, 24 May 2024 00:10:01 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=8C=80=EA=B4=84=ED=98=B8=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ItemDetail/index.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/ItemDetail/index.tsx b/src/pages/ItemDetail/index.tsx index 1451aa02..231039f3 100644 --- a/src/pages/ItemDetail/index.tsx +++ b/src/pages/ItemDetail/index.tsx @@ -210,9 +210,14 @@ const ItemDetail: React.FC = () => { {userId === String(data?.userId) ? ( 수정하기 ) : ( - {handleChat()}>채팅하기 + { + handleChat(); + }} + > + 채팅하기 + )} -