Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JihengLi committed Sep 7, 2024
1 parent df22f8b commit ec68051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/judges/schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export function JudgeSchedule({ data, handleChange }: ScheduleProps) {
<Table.Summary.Row>
<Table.Summary.Cell index={0} colSpan={6}>
<Button type="primary" onClick={() => setIsJudged(!isJudged)} style={{ marginLeft: 8 }}>
{isJudged ? 'Judged' : 'WIthout Judgement'}
{isJudged ? 'Judged' : 'Without Judgement'}
</Button>
</Table.Summary.Cell>
</Table.Summary.Row>
Expand Down

0 comments on commit ec68051

Please sign in to comment.