diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx index b8ea97be1..a7bbd9558 100644 --- a/src/components/Header/Header.tsx +++ b/src/components/Header/Header.tsx @@ -23,10 +23,11 @@ import useWindowWidth from '../../hooks/useWindowWidth'; import ChromeAuthContext, { ChromeAuthContextValue } from '../../auth/ChromeAuthContext'; const FeedbackRoute = () => { + // controls feedback tab visibility const paths = localStorage.getItem('chrome:experimental:feedback') === 'true' ? ['*'] - : ['/', 'insights/*', 'settings/*', 'openshift/*', 'application-services/*', 'ansible/*', 'edge/*', 'subscriptions/*']; + : ['/', 'insights/*', 'settings/*', 'openshift/*', 'application-services/*', 'ansible/*', 'edge/*', 'subscriptions/*', 'iam/*']; return ( {paths.map((path) => (