From b919d4885c18ca6a1a2381d1be7cee104243b381 Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Thu, 1 Oct 2020 13:04:47 -0400 Subject: [PATCH] reformats long string, removes unneeded key --- .../InventoryRelatedGroups/InventoryRelatedGroupList.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui_next/src/screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx b/awx/ui_next/src/screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx index 9ce63a3108..722f9b556e 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx @@ -179,7 +179,8 @@ function InventoryRelatedGroupList({ i18n }) { setIsModalOpen(true)} onAddNew={() => history.push(addFormUrl)} newTitle={i18n._(t`Add new group`)}