Skip to content

Commit

Permalink
feat: 칩 데이터 형식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ymj07168 committed Oct 25, 2024
1 parent 8171c77 commit e2b5914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/PostDetailPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const PostDetailPage = () => {
{postsDetail?.site && (
<Chip
icon={<Tag />}
label={postsDetail?.site}
label={postsDetail?.til.site}
variant="outlined"
color="success"
className="m-1 my-2"
Expand All @@ -64,7 +64,7 @@ const PostDetailPage = () => {
{postsDetail?.language && (
<Chip
icon={<Tag />}
label={postsDetail?.language}
label={postsDetail?.til.language}
variant="outlined"
color="success"
className="m-1 my-2"
Expand Down

0 comments on commit e2b5914

Please sign in to comment.