Skip to content

Commit

Permalink
fix : 을/를 조건문 추가
Browse files Browse the repository at this point in the history
Happhee committed Oct 18, 2024
1 parent 355a5de commit a77513f
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
@@ -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) }}

0 comments on commit a77513f

Please sign in to comment.