From 7b13a42daad5e1315454b3b92b041b1cde687602 Mon Sep 17 00:00:00 2001 From: Adrian Sorge Date: Mon, 5 Oct 2020 17:49:21 +0100 Subject: [PATCH] Fixed Suggestions from Code Review --- .../screens/Inventory/InventoryList/InventoryListItem.jsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx b/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx index 5c6add4b21..936103c72f 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx @@ -36,10 +36,6 @@ const Badge = styled(PFBadge)` const ListGroup = styled.span` margin-left: 24px; - - &:first-of-type { - margin-left: 0; - } `; function InventoryListItem({ @@ -110,7 +106,6 @@ function InventoryListItem({ )} , - {inventory.kind === 'smart' ? i18n._(t`Smart Inventory`) @@ -136,7 +131,6 @@ function InventoryListItem({ , - inventory.pending_deletion && (