Skip to content

Commit

Permalink
Added pluralization to the "No Filter" filter chip
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkishpolicy committed Dec 2, 2024
1 parent 4033bd4 commit 71b447d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Search/FilterTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const FilterTags: React.FC<Props> = ({ filters, removeFilter }) => {
<Chip
color="primary"
classes={{ root: classes.chip }}
label="No Filters Applied"
label="No Filter(s) Applied"
/>
) : (
filtersByColumn.map((filter, idx) => (
Expand Down

0 comments on commit 71b447d

Please sign in to comment.