Skip to content

Commit 7c4a375

Browse files
committed
[dashboard] Un-hide the new Team Billing menu entry
This reverts commit 3479ced.
1 parent 1646db7 commit 7c4a375

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)