diff --git a/frontend/src/component/menu/__tests__/__snapshots__/routes.test.tsx.snap b/frontend/src/component/menu/__tests__/__snapshots__/routes.test.tsx.snap
index 61093db32c..b98915c97f 100644
--- a/frontend/src/component/menu/__tests__/__snapshots__/routes.test.tsx.snap
+++ b/frontend/src/component/menu/__tests__/__snapshots__/routes.test.tsx.snap
@@ -93,6 +93,7 @@ exports[`returns all baseRoutes 1`] = `
},
{
"component": [Function],
+ "enterprise": true,
"menu": {},
"path": "/projects-archive",
"title": "Projects archive",
diff --git a/frontend/src/component/menu/routes.ts b/frontend/src/component/menu/routes.ts
index 08ee8ab298..7eb3cf5bb7 100644
--- a/frontend/src/component/menu/routes.ts
+++ b/frontend/src/component/menu/routes.ts
@@ -126,6 +126,7 @@ export const routes: IRoute[] = [
component: ArchiveProjectList,
type: 'protected',
menu: {},
+ enterprise: true,
},
// Flags overview
diff --git a/frontend/src/component/project/ProjectList/ProjectList.tsx b/frontend/src/component/project/ProjectList/ProjectList.tsx
index f6c24c7710..e0972e0088 100644
--- a/frontend/src/component/project/ProjectList/ProjectList.tsx
+++ b/frontend/src/component/project/ProjectList/ProjectList.tsx
@@ -78,7 +78,7 @@ export const ProjectList = () => {
}
/>
-
+ {!isOss() && }