Skip to content

Commit d8608c2

Browse files
committed
fix: override eslint
1 parent a36948f commit d8608c2

File tree

1 file changed

+2
-0
lines changed
  • src/components/admin/JudgeCreationForm

1 file changed

+2
-0
lines changed

src/components/admin/JudgeCreationForm/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ const JudgeCreationForm = (): ReactElement => {
125125
Current Judges
126126
</Typography>
127127
{judgeList.map((judge) => {
128+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
129+
// @ts-ignore
128130
const company = sponsorList.find((t) => t._id === judge.company?._id)?.name;
129131
return (
130132
<div key={judge.email}>

0 commit comments

Comments
 (0)