Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(theme): format the count of items appearing in a refinement (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNg authored and mthuret committed Jul 28, 2017
1 parent cd235bd commit 2225c24
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -78,7 +78,7 @@ class RefinementList extends Component {
{label}
</span>{' '}
<span {...cx('itemCount', item.isRefined && 'itemCountSelected')}>
{item.count}
{item.count.toLocaleString()}
</span>
</label>
);
Expand Down

0 comments on commit 2225c24

Please sign in to comment.