From 71b447dc5b3edda30519c04dee3366fefbed6605 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 2 Dec 2024 14:24:30 -0500 Subject: [PATCH] Added pluralization to the "No Filter" filter chip --- frontend/src/pages/Search/FilterTags.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Search/FilterTags.tsx b/frontend/src/pages/Search/FilterTags.tsx index 6e00e45b..91db2af8 100644 --- a/frontend/src/pages/Search/FilterTags.tsx +++ b/frontend/src/pages/Search/FilterTags.tsx @@ -164,7 +164,7 @@ export const FilterTags: React.FC = ({ filters, removeFilter }) => { ) : ( filtersByColumn.map((filter, idx) => (