Add space to listings

[MAILPOET-1612]
This commit is contained in:
Pavel Dohnal
2018-11-07 10:47:56 +01:00
parent 4b94392362
commit 464c27849b

View File

@@ -32,6 +32,7 @@ class ListingGroups extends React.Component {
data-automation-id={`filters_${group.label.replace(' ', '_').toLowerCase()}`}
>
{group.label}
 
<span className="count">({ parseInt(group.count, 10).toLocaleString() })</span>
</a>
</li>