Skip to content

Commit 3479ced

Browse files
jankeromnesroboquat
authored andcommitted
[dashboard] Hide the new Team Billing menu entry for a soft launch
1 parent ff300de commit 3479ced

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)