Skip to content

Commit 17f5738

Browse files
committed
[dashboard] Hide the new Team Billing menu entry for a soft launch
1 parent 3d415a7 commit 17f5738

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/dashboard/src/teams/TeamSettings.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ export function getTeamSettingsMenu(params: { team?: Team; showPaymentUI?: boole
2424
},
2525
...(showPaymentUI
2626
? [
27-
{
28-
title: "Billing",
29-
link: [`/t/${team?.slug}/billing`],
30-
},
27+
// {
28+
// title: "Billing",
29+
// link: [`/t/${team?.slug}/billing`],
30+
// },
3131
]
3232
: []),
3333
];

0 commit comments

Comments
 (0)