Skip to content

Commit

Permalink
refactor: [M3-7672] – Use flags.vpc to determine if beta chip gets di…
Browse files Browse the repository at this point in the history
…splayed in PrimaryNav (linode#10090)
  • Loading branch information
dwiley-akamai authored Jan 22, 2024
1 parent 155e43c commit 0fdf768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/manager/src/components/PrimaryNav/PrimaryNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const PrimaryNav = (props: PrimaryNavProps) => {
hide: !showVPCs,
href: '/vpcs',
icon: <VPC />,
isBeta: true,
isBeta: flags.vpc, // @TODO VPC: after VPC enters GA, remove this property entirely
},
{
display: 'Firewalls',
Expand Down

0 comments on commit 0fdf768

Please sign in to comment.