mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm extra space between tag and count in Tag filter
This commit is contained in:
parent
5ac05743c7
commit
341ad894e5
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
|
|||
className={styles.nogrow}
|
||||
filters={tags.map(t => ({
|
||||
text: <>
|
||||
<Tag title={t.description}>{t.name}</Tag>
|
||||
<Tag title={t.description}>{t.name}</Tag>
|
||||
({visibleLists.filter(l => l.tagIds && l.tagIds.includes(t.id)).length})
|
||||
</>,
|
||||
value: t.id.toString()
|
||||
|
|
|
|||
Loading…
Reference in a new issue