Skip to content

Commit 28c7e4f

Browse files
AlexTugarevroboquat
authored andcommitted
Deactivate personal Usage page in the menu for now
... it still remains navigatable.
1 parent 5ac5167 commit 28c7e4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/dashboard/src/Menu.tsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,12 @@ export default function Menu() {
222222
title: "Projects",
223223
link: "/projects",
224224
});
225-
if (userBillingMode?.mode === "usage-based") {
226-
userMenu.push({
227-
title: "Usage",
228-
link: "/usage",
229-
});
230-
}
225+
// if (userBillingMode?.mode === "usage-based") {
226+
// userMenu.push({
227+
// title: "Usage",
228+
// link: "/usage",
229+
// });
230+
// }
231231
userMenu.push({
232232
title: "Settings",
233233
link: "/settings",

0 commit comments

Comments
 (0)