Skip to content

Commit 3536f91

Browse files
jankeromnesroboquat
authored andcommitted
[dashboard] Un-hide the new Team Billing menu entry
This reverts commit 3479ced.
1 parent f2c9731 commit 3536f91

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)