Skip to content

Commit

Permalink
chore: 기독교 NONEXIST_STANDARD_CATEGORY 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed Dec 22, 2024
1 parent 41aa99c commit 1ce4caf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function ResultCategoryCard({ category, totalCredit, takenCredit }: ResultCatego
const getCategoryCountWay = (category: ResultCategoryKey) => (category === RESULT_CATEGORY.CHAPEL ? '횟수' : '학점');

const filterCategoryExistStandard = (category: ResultCategoryKey) => {
const NONEXIST_STANDARD_CATEGORY = ['FREE_ELECTIVE', 'NORMAL_CULTURE', 'CHAPEL'];
const NONEXIST_STANDARD_CATEGORY = ['FREE_ELECTIVE', 'NORMAL_CULTURE', 'CHAPEL', 'TRANSFER_CHRISTIAN'];
return NONEXIST_STANDARD_CATEGORY.includes(category);
};

Expand Down

0 comments on commit 1ce4caf

Please sign in to comment.