Skip to content

Commit

Permalink
biome
Browse files Browse the repository at this point in the history
  • Loading branch information
thenamankumar committed Jan 21, 2025
1 parent 3f0c319 commit f0323b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export const SearchFilters = ({
}: SearchFiltersProps) => {
const telemetryRecorder = useTelemetryRecorder()
const filterGroups = useMemo(() => {

// Use filters available from search response, if not display previous selection
const availableFilters = filters.length > 0 ? [...filters] : [...selectedFilters]

Expand Down

0 comments on commit f0323b8

Please sign in to comment.