We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36948f commit d8608c2Copy full SHA for d8608c2
src/components/admin/JudgeCreationForm/index.tsx
@@ -125,6 +125,8 @@ const JudgeCreationForm = (): ReactElement => {
125
Current Judges
126
</Typography>
127
{judgeList.map((judge) => {
128
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
129
+ // @ts-ignore
130
const company = sponsorList.find((t) => t._id === judge.company?._id)?.name;
131
return (
132
<div key={judge.email}>
0 commit comments