From d4e4e3020c62b99df7d3002d689a30da21d324c2 Mon Sep 17 00:00:00 2001 From: Adrian Sorge Date: Mon, 5 Oct 2020 18:02:54 +0100 Subject: [PATCH] changes of npm run prettier --- .../Inventory/InventoryList/InventoryListItem.jsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx b/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx index 936103c72f..2513e471b6 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx @@ -114,21 +114,15 @@ function InventoryListItem({ {i18n._(t`Groups`)} - - {inventory.total_groups} - + {inventory.total_groups} {i18n._(t`Hosts`)} - - {inventory.total_hosts} - + {inventory.total_hosts} {i18n._(t`Sources`)} - - {inventory.total_inventory_sources} - + {inventory.total_inventory_sources} , inventory.pending_deletion && (