Skip to content

Commit

Permalink
Merge branch 'master' into townhall-feo-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 authored Nov 22, 2024
2 parents 64ffe00 + 16f9292 commit ecd0692
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Routes>
{paths.map((path) => (
Expand Down

0 comments on commit ecd0692

Please sign in to comment.