Skip to content

Commit e1c3eb0

Browse files
authored
Merge pull request #604 from solid-connection/fix/application-score-count-unit
fix: 지원자 현황 대학 수 단위 표시
2 parents 1123bff + dee6303 commit e1c3eb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/src/app/university/application/ScorePageContent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,10 @@ const ApplicationScopeTabs = ({
236236
}) => (
237237
<div className="mt-6 flex h-11 items-start justify-between">
238238
<ScopeTabButton isActive={scope === "all"} onClick={() => onScopeChange("all")}>
239-
모든 대학 ({totalUniversityCount})
239+
모든 대학 ({totalUniversityCount})
240240
</ScopeTabButton>
241241
<ScopeTabButton isActive={scope === "withApplicants"} onClick={() => onScopeChange("withApplicants")}>
242-
지원자 있는 대학 ({applicantUniversityCount})
242+
지원자 있는 대학 ({applicantUniversityCount})
243243
</ScopeTabButton>
244244
</div>
245245
);

0 commit comments

Comments
 (0)