From 46ccbf083e97b241a4238191d35d473d28da509b Mon Sep 17 00:00:00 2001 From: ColinBuyck Date: Wed, 25 Oct 2023 14:42:17 -0700 Subject: [PATCH] fix: underline filter Dahlia --- .../src/components/listings/search/ListingsSearchModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/public/src/components/listings/search/ListingsSearchModal.tsx b/sites/public/src/components/listings/search/ListingsSearchModal.tsx index 607b260cea..9b408dd207 100644 --- a/sites/public/src/components/listings/search/ListingsSearchModal.tsx +++ b/sites/public/src/components/listings/search/ListingsSearchModal.tsx @@ -181,7 +181,7 @@ export function ListingsSearchModal(props: ListingsSearchModalProps) { let check = false const dahliaNote = `(${t( "filter.goToDahlia" - )} DAHLIA)` + )} DAHLIA)` counties.forEach((county, idx) => { // FieldGroup uses the label attribute to check for selected inputs. check = selected[county.label] !== undefined