Skip to content

Commit

Permalink
IREXCM-8 fixed eslint compile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostelnicu committed Aug 31, 2023
1 parent f1cfda4 commit c5efb7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ const FilterControls: FC<FilterControlsProps> = ({
: t(
'Applied filters: %s',
activeOverflowedFiltersInScope
.map(filter => filter.name ? t(filter.name) : '')
.join(', '),
.map(filter => (filter.name ? t(filter.name) : ''))
.join(', '),
)
}
dropdownContent={
Expand Down

0 comments on commit c5efb7a

Please sign in to comment.