diff --git a/apps/console/src/pages/PeopleListPage.tsx b/apps/console/src/pages/PeopleListPage.tsx index a44f9b0db..6881dae94 100644 --- a/apps/console/src/pages/PeopleListPage.tsx +++ b/apps/console/src/pages/PeopleListPage.tsx @@ -135,7 +135,7 @@ function PeopleListContent({ }) { const data = usePreloadedQuery( peopleListPageQuery, - queryRef, + queryRef ); const [searchParams, setSearchParams] = useSearchParams(); const [isPending, startTransition] = useTransition(); @@ -216,8 +216,8 @@ function PeopleListContent({ {person?.kind === "EMPLOYEE" ? "Employee" : person?.kind === "CONTRACTOR" - ? "Contractor" - : "Vendor"} + ? "Contractor" + : "Vendor"}