diff --git a/src/components/elements/SidebarMenu.vue b/src/components/elements/SidebarMenu.vue
index f4a2b29f216f7981364df73f2bc1b72e706947db..f5adfe3d89730c706334fa67df1ee889b0099521 100644
--- a/src/components/elements/SidebarMenu.vue
+++ b/src/components/elements/SidebarMenu.vue
@@ -113,8 +113,6 @@ export default defineComponent({
             exact: true,
           },
         ];
-        // TODO: comment in when UB gives green light
-        /*
         if (
           this.currentUserRole &&
           this.currentUserRole.displayName === "Owner"
@@ -130,7 +128,7 @@ export default defineComponent({
               title: this.$t("sidebar.projectDataPublication").toString(),
             },
           });
-        }*/
+        }
         return projectItems;
       }
       return [];
diff --git a/src/modules/project/routes.ts b/src/modules/project/routes.ts
index 39a8c45d5f37698ddd79edc75940ca05c9ba9f47..9e685cacae5d2872cdb6e2db95fad8dd2eccd99f 100644
--- a/src/modules/project/routes.ts
+++ b/src/modules/project/routes.ts
@@ -78,8 +78,6 @@ export const ProjectRoutes: RouteRecordRaw[] = [
           breadCrumb: "project.configMetadata",
         },
       },
-      // TODO: comment in when UB gives green light
-      /*
       {
         path: "project-data-publication",
         name: "project-data-publication",
@@ -89,7 +87,6 @@ export const ProjectRoutes: RouteRecordRaw[] = [
           breadCrumb: "project.dataPublication",
         },
       },
-      */
       {
         path: "quota",
         name: "project-quota",