We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff300de commit 3479cedCopy full SHA for 3479ced
components/dashboard/src/teams/TeamSettings.tsx
@@ -24,10 +24,10 @@ export function getTeamSettingsMenu(params: { team?: Team; showPaymentUI?: boole
24
},
25
...(showPaymentUI
26
? [
27
- {
28
- title: "Billing",
29
- link: [`/t/${team?.slug}/billing`],
30
- },
+ // {
+ // title: "Billing",
+ // link: [`/t/${team?.slug}/billing`],
+ // },
31
]
32
: []),
33
];
0 commit comments