Skip to content

Commit fbbb2b2

Browse files
committed
feat: 리뷰 제목 API 수정
1 parent 387135a commit fbbb2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/ReviewDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const ReviewDetailPage = () => {
142142
</div>
143143

144144
<div className="w-full px-5 pt-5">
145-
<div className="text-title-2 text-left text-white">{review.auditoriumName}</div>
145+
<div className="text-title-2 text-left text-white">{review.title}</div>
146146

147147
{/*유저 정보, 추후 API 연결 시 프로필 사진 받아와서 조건부로...*/}
148148
<div className="mt-3 flex items-center gap-2">

0 commit comments

Comments
 (0)