From e4e21ddd861285301b2d203032c402d9d5da5679 Mon Sep 17 00:00:00 2001 From: Del Date: Tue, 25 Nov 2025 21:58:15 -0500 Subject: [PATCH] Changed hearing search order. --- components/search/hearings/HearingSearch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/search/hearings/HearingSearch.tsx b/components/search/hearings/HearingSearch.tsx index 6bd5ad89e..b82583d7b 100644 --- a/components/search/hearings/HearingSearch.tsx +++ b/components/search/hearings/HearingSearch.tsx @@ -90,9 +90,9 @@ export const HearingSearch = () => { })) .sort((a, b) => Number(b.value) - Number(a.value)) }, + { attribute: "committeeName" }, { attribute: "month" }, { attribute: "year" }, - { attribute: "committeeName" }, { attribute: "chairNames", transformItems: items =>