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(); + }} + > + 채팅하기 + )} -