diff --git a/src/entities/chat/ui/ChattingRoom/ChattingRoom.tsx b/src/entities/chat/ui/ChattingRoom/ChattingRoom.tsx index d02763c0..5bc67d22 100644 --- a/src/entities/chat/ui/ChattingRoom/ChattingRoom.tsx +++ b/src/entities/chat/ui/ChattingRoom/ChattingRoom.tsx @@ -206,27 +206,35 @@ export const ChattingRoom = ({ return (
{/* 게시글 정보 영역 */} -
+
{/* 게시글 이미지 */} 게시글 이미지 - {/* 제목과 가격 세로 정렬 */} -
- - {post?.title} + + {/* 제목 + 가격 */} +
+ + + {post?.title} + + {post && ( - + )} + {post?.price.toLocaleString("ko-KR") + " 원"}
-
+
{post && (