Add space to listings
[MAILPOET-1612]
This commit is contained in:
@@ -32,6 +32,7 @@ class ListingGroups extends React.Component {
|
|||||||
data-automation-id={`filters_${group.label.replace(' ', '_').toLowerCase()}`}
|
data-automation-id={`filters_${group.label.replace(' ', '_').toLowerCase()}`}
|
||||||
>
|
>
|
||||||
{group.label}
|
{group.label}
|
||||||
|
|
||||||
<span className="count">({ parseInt(group.count, 10).toLocaleString() })</span>
|
<span className="count">({ parseInt(group.count, 10).toLocaleString() })</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Reference in New Issue
Block a user