From d7ce328046c03157086af60cd138d740aba5ddd2 Mon Sep 17 00:00:00 2001 From: Keith Grant Date: Thu, 29 Apr 2021 16:23:08 -0700 Subject: [PATCH] fix id string Co-authored-by: Marliana Lara --- .../screens/Inventory/InventoryGroups/InventoryGroupItem.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupItem.jsx b/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupItem.jsx index 8a0b95ae2f..bcc2cc3d8f 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupItem.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupItem.jsx @@ -22,7 +22,7 @@ function InventoryGroupItem({ const editUrl = `/inventories/inventory/${inventoryId}/groups/${group.id}/edit`; return ( - +