diff --git a/packages/manager/src/components/PrimaryNav/PrimaryNav.tsx b/packages/manager/src/components/PrimaryNav/PrimaryNav.tsx index 8061c923d5a..d20995c1415 100644 --- a/packages/manager/src/components/PrimaryNav/PrimaryNav.tsx +++ b/packages/manager/src/components/PrimaryNav/PrimaryNav.tsx @@ -205,7 +205,7 @@ export const PrimaryNav = (props: PrimaryNavProps) => { hide: !showVPCs, href: '/vpcs', icon: , - isBeta: true, + isBeta: flags.vpc, // @TODO VPC: after VPC enters GA, remove this property entirely }, { display: 'Firewalls',