Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ajay committed Nov 23, 2021
1 parent 4f6c7b4 commit c9135ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const FilterBar: React.FC<FiltersBarProps> = ({
>
<Tabs.TabPane
tab={t('All filters (%(filterCount)d)', {
filterCount: filterValues.length,
filterCount: numberOfFilters,
})}
key={TabIds.AllFilters}
css={tabPaneStyle}
Expand Down

0 comments on commit c9135ec

Please sign in to comment.