From 45281ad15ad76fe54248715fe1032b0b15390b09 Mon Sep 17 00:00:00 2001 From: Georgii Karataev Date: Mon, 20 Mar 2023 17:02:00 +0100 Subject: [PATCH] chore: Don't use extra span tag to render tab text --- src/components/InventoryGroupDetail/InventoryGroupDetail.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/InventoryGroupDetail/InventoryGroupDetail.js b/src/components/InventoryGroupDetail/InventoryGroupDetail.js index 2471651b1..436ee38a7 100644 --- a/src/components/InventoryGroupDetail/InventoryGroupDetail.js +++ b/src/components/InventoryGroupDetail/InventoryGroupDetail.js @@ -50,7 +50,7 @@ const InventoryGroupDetail = ({ groupId }) => { > Systems} + title='Systems' aria-label="Group systems tab" > @@ -59,7 +59,7 @@ const InventoryGroupDetail = ({ groupId }) => { Group info} + title='Group info' aria-label="Group info tab" > {activeTabKey === 1 && ( // helps to lazy load the component