Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed comment
Browse files Browse the repository at this point in the history
Snorre98 committed Nov 7, 2024
1 parent 03693ee commit d43b5b7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ export function RecruitmentUsersWithoutInterviewGangPage() {
const { recruitmentId, gangId } = useParams();
const [users, setUsers] = useState<RecruitmentUserDto[]>([]);
const [recruitment, setRecruitment] = useState<RecruitmentDto>();
//const [gangStats, setGangStats] = useState<RecruitmentGangStatDto>();
const [withoutInterviewCount, setWithoutInterviewCount] = useState<number>();
const [gang, setGang] = useState<GangDto>();
const [showSpinner, setShowSpinner] = useState<boolean>(true);

0 comments on commit d43b5b7

Please sign in to comment.