diff --git a/apps/frontend/src/pages/[type]/[id].vue b/apps/frontend/src/pages/[type]/[id].vue index 4b572120..cf25969b 100644 --- a/apps/frontend/src/pages/[type]/[id].vue +++ b/apps/frontend/src/pages/[type]/[id].vue @@ -762,12 +762,7 @@ :tags="tags" class="card flex-card experimental-styles-within" /> - + - +
- +

Members

@@ -291,7 +289,6 @@ const user = await useUser(); const cosmetics = useCosmetics(); const route = useNativeRoute(); const tags = useTags(); -const flags = useFeatureFlags(); const config = useRuntimeConfig(); let orgId = useRouteId(); diff --git a/apps/frontend/src/pages/search/[searchProjectType].vue b/apps/frontend/src/pages/search/[searchProjectType].vue index c12b92fa..179eedc7 100644 --- a/apps/frontend/src/pages/search/[searchProjectType].vue +++ b/apps/frontend/src/pages/search/[searchProjectType].vue @@ -55,12 +55,7 @@ }" aria-label="Filters" > - +
- +
@@ -386,7 +384,6 @@ const route = useNativeRoute(); const auth = await useAuth(); const cosmetics = useCosmetics(); const tags = useTags(); -const flags = useFeatureFlags(); const config = useRuntimeConfig(); const vintl = useVIntl();