Skip to content

Commit

Permalink
LF-3815 Map over filter objects when sorting
Browse files Browse the repository at this point in the history
Co-authored-by: Antonella Sgarlatta <[email protected]>
  • Loading branch information
kathyavini and antsgar authored Nov 15, 2023
1 parent f0da8ac commit ac4acd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const TransactionFilterContent = ({

return (
<FilterGroup
filters={[sortFilterOptions(filters[0]), sortFilterOptions(filters[1])]}
filters={filters.map(filter => sortFilterOptions(filter))}
filterRef={filterRef}
filterContainerClassName={filterContainerClassName}
onChange={onChange}
Expand Down

0 comments on commit ac4acd3

Please sign in to comment.