Skip to content

Commit

Permalink
fix: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeongmin committed May 8, 2024
1 parent f1e2e15 commit 7ac4bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/shared-post-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ export function SharedPostPage({ postId }: { postId: number }) {
</styles.roomInfoContainer>
<styles.locationInfoContainer>
<h2>위치 정보</h2>
<p>{sharedPost?.data.roomInfo.address.roadAddress}</p>
<p>{sharedPost?.data.address.roadAddress}</p>
<div id="map" />
</styles.locationInfoContainer>
</styles.postContainer>
Expand Down

0 comments on commit 7ac4bd6

Please sign in to comment.