Skip to content

Commit

Permalink
[fix] 상세페이지에도 동 구 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
zestlee1106 committed Dec 20, 2023
1 parent 252adcb commit c3350d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/room/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export default function RoomDetail() {
<div className="font-pretendard text-[14px] text-g6 py-[20px]">
<div className="flex items-center">
<Pin className="mr-[12px]" />
{room.location.name}, {room.location.upperLocation?.name}
{room.location.name}-dong, {room.location.upperLocation?.name}-gu
</div>
<div className="flex items-center">
<Calendar className="mr-[12px]" />
Expand Down

0 comments on commit c3350d3

Please sign in to comment.