From 9bc966b32c4a9a0e82cd1c114a58af8b19717271 Mon Sep 17 00:00:00 2001 From: gearnode Date: Wed, 26 Feb 2025 10:51:22 +0100 Subject: [PATCH] Style Signed-off-by: gearnode --- apps/console/src/pages/PeopleListPage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"}