Skip to content

Commit

Permalink
remove unused input
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew032011 committed Sep 24, 2023
1 parent a0c958c commit 32cf4a4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import CandidateDeciderAPI from '../../../API/CandidateDeciderAPI';
import CandidateDeciderDeleteModal from '../../Modals/CandidateDeciderDeleteModal';
import styles from './AdminCandidateDecider.module.css';
import CandidateDeciderEditModal from '../../Modals/CandidateDeciderEditModal';
import Link from 'next/link';

const allNonleadRoles: { role: Role }[] = ALL_ROLES.filter((role) => role !== 'lead').map(
(role) => ({ role })
Expand Down

0 comments on commit 32cf4a4

Please sign in to comment.