Skip to content

Commit

Permalink
fix : 을/를 조건문 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Happhee committed Oct 18, 2024
1 parent 2d4e30e commit e1805c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/recruit/RecruitField/RecruitFieldExplain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ function RecruitFieldExplain({
<FieldBox backgroundColor="grey_50">
<FieldBoxInner>
<SubTitleStyled>
이런 {fieldName}<br /> 찾습니다 🔎
이런 {fieldName}
{fieldName === 'PM' ? '을' : '를'}
<br /> 찾습니다 🔎
</SubTitleStyled>
<ContentStyled
dangerouslySetInnerHTML={{ __html: DOMPurify.sanitize(content2) }}
Expand Down

0 comments on commit e1805c7

Please sign in to comment.