diff --git a/src/components/ui/menu.tsx b/src/components/ui/menu.tsx index 640cf3f470..1f0b11fc01 100644 --- a/src/components/ui/menu.tsx +++ b/src/components/ui/menu.tsx @@ -144,13 +144,13 @@ export const generateMenuConfig = ( icon: , type: 'PRIMARY' }, - { - title: 'Forum', - key: 'FORUM', - url: Routes.FORUM, - icon: , - type: 'PRIMARY' - }, + // { + // title: 'Forum', + // key: 'FORUM', + // url: Routes.FORUM, + // icon: , + // type: 'PRIMARY' + // }, { title: 'Help', key: 'HELP', diff --git a/src/core/__tests__/__snapshots__/router.tsx.snap b/src/core/__tests__/__snapshots__/router.tsx.snap index 700c75784c..d4d88d6037 100644 --- a/src/core/__tests__/__snapshots__/router.tsx.snap +++ b/src/core/__tests__/__snapshots__/router.tsx.snap @@ -282,19 +282,6 @@ exports[`Router should match a snapshot 1`] = ` fetcher={true} path="/developer/settings" /> - ( component={WebComponentsPage} /> - + {/* */}