Skip to content

Commit

Permalink
Fix: key prop이 중복되지 않도록 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
HaJunRyu committed Aug 27, 2024
1 parent 1bbf374 commit a340ebe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ const scoreTypes = [
},
{
value: ScoreType.HACKATHON_COMMITTEE,
label: '세미나 활동중 추가 점수',
label: '세미나 활동중 추가 점수(0.5)',
rangeType: RangeType.Plus,
range: 0.5,
},
{
value: ScoreType.HACKATHON_COMMITTEE,
label: '세미나 활동중 추가 점수',
label: '세미나 활동중 추가 점수(1)',
rangeType: RangeType.Plus,
range: 1,
},
Expand Down

0 comments on commit a340ebe

Please sign in to comment.