changes of npm run prettier

This commit is contained in:
Adrian Sorge
2020-10-05 18:02:54 +01:00
parent 7b13a42daa
commit d4e4e3020c

View File

@@ -114,21 +114,15 @@ function InventoryListItem({
<DataListCell key="groups-hosts-sources-counts">
<ListGroup>
{i18n._(t`Groups`)}
<Badge isRead>
{inventory.total_groups}
</Badge>
<Badge isRead>{inventory.total_groups}</Badge>
</ListGroup>
<ListGroup>
{i18n._(t`Hosts`)}
<Badge isRead>
{inventory.total_hosts}
</Badge>
<Badge isRead>{inventory.total_hosts}</Badge>
</ListGroup>
<ListGroup>
{i18n._(t`Sources`)}
<Badge isRead>
{inventory.total_inventory_sources}
</Badge>
<Badge isRead>{inventory.total_inventory_sources}</Badge>
</ListGroup>
</DataListCell>,
inventory.pending_deletion && (