Skip to content

Commit

Permalink
Merge pull request #450 from SejongPeer/JunYoung
Browse files Browse the repository at this point in the history
태그 수정
  • Loading branch information
JunYoungKr authored Sep 4, 2024
2 parents 3342db8 + ef271c9 commit 648a4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/myPage/mypage/AppliedStudy.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const AppliedStudy = () => {
>
<PostTop>
<TagWrapper>
<TagText>{study.type}</TagText>
<TagText>{study.studyType}</TagText>
</TagWrapper>
{study.tags.map((tag, index) => (
<TagText1 key={index}>{tag}</TagText1>
Expand Down

0 comments on commit 648a4a1

Please sign in to comment.