diff --git a/src/pageLayout/containers/MainNavigation.tsx b/src/pageLayout/containers/MainNavigation.tsx index 1f08beef80..268057f324 100644 --- a/src/pageLayout/containers/MainNavigation.tsx +++ b/src/pageLayout/containers/MainNavigation.tsx @@ -249,6 +249,8 @@ export const MainNavigation: FC = () => { const shouldShowNotebooks = useSelector(selectShouldShowNotebooks) const isNewIOxOrg = useSelector(selectIsNewIOxOrg) const isIOxOrg = useSelector(isOrgIOx) + const showPocRequest = + accountType === 'free' && isFlagEnabled('navbarPocRequest') const dispatch = useDispatch() @@ -374,7 +376,7 @@ export const MainNavigation: FC = () => { ) })} - {accountType === 'free' && ( + {showPocRequest && ( )}