diff --git a/src/components/InventoryGroupDetail/InventoryGroupDetail.js b/src/components/InventoryGroupDetail/InventoryGroupDetail.js
index 2471651b1..ae8126d92 100644
--- a/src/components/InventoryGroupDetail/InventoryGroupDetail.js
+++ b/src/components/InventoryGroupDetail/InventoryGroupDetail.js
@@ -3,8 +3,7 @@ import {
PageSection,
Spinner,
Tab,
- Tabs,
- TabTitleText
+ Tabs
} from '@patternfly/react-core';
import useChrome from '@redhat-cloud-services/frontend-components/useChrome';
import PropTypes from 'prop-types';
@@ -50,7 +49,7 @@ const InventoryGroupDetail = ({ groupId }) => {
>
Systems}
+ title='Systems'
aria-label="Group systems tab"
>
@@ -59,7 +58,7 @@ const InventoryGroupDetail = ({ groupId }) => {
Group info}
+ title='Group info'
aria-label="Group info tab"
>
{activeTabKey === 1 && ( // helps to lazy load the component