diff --git a/src/main/webui/src/app/components/content/common/StoreListingWidget.jsx b/src/main/webui/src/app/components/content/common/StoreListingWidget.jsx
index 66b7c4f..45c20e7 100644
--- a/src/main/webui/src/app/components/content/common/StoreListingWidget.jsx
+++ b/src/main/webui/src/app/components/content/common/StoreListingWidget.jsx
@@ -117,7 +117,7 @@ const StoreListingWidget = ({storeList, disableMap, storeType}) => {
}
{ storeType === "hosted" && }
- { storeType === "group" && }
+ { storeType === "group" && }
{
storeType === "remote" &&
diff --git a/src/main/webui/src/app/components/content/group/GroupList.test.jsx b/src/main/webui/src/app/components/content/group/GroupList.test.jsx
index 88858b8..ba47aa9 100644
--- a/src/main/webui/src/app/components/content/group/GroupList.test.jsx
+++ b/src/main/webui/src/app/components/content/group/GroupList.test.jsx
@@ -37,7 +37,6 @@ describe('GroupList tests', () => {
{name: "central", type: "group", packageType: "maven",
key: "maven:group:central", disabled: false, "allow_snapshots": true,
"allow_releases": true, url: "https://repo.maven.apache.org/maven2/",
- constituents: [],
description: "official maven central"},
{name: "mrrc", type: "group", packageType: "maven",
key: "maven:group:mrrc", disabled: false,