Skip to content

Commit

Permalink
formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cyriljoby committed Jan 14, 2025
1 parent 2019dda commit 6d540f1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import { StatusLabels } from "./ApplicantStatus";

import useHackerApplicants from "@/lib/admin/useHackerApplicants";

import { useEffect } from "react";

export type Options = ReadonlyArray<MultiselectProps.Option>;

interface ApplicantFiltersProps {
Expand Down Expand Up @@ -99,7 +97,7 @@ function ApplicantFilters({
placeholder="Choose reviews"
selectedAriaLabel="Selected"
/>
{applicantType == ParticipantRole.Hacker ? (
{applicantType === ParticipantRole.Hacker ? (
<Multiselect
selectedOptions={uciNetIdFilter ?? []}
onChange={({ detail }) => setuciNetIdFilter?.(detail.selectedOptions)}
Expand Down

0 comments on commit 6d540f1

Please sign in to comment.