Skip to content

Commit

Permalink
Disable subscriptions page
Browse files Browse the repository at this point in the history
  • Loading branch information
horia141 committed Dec 14, 2024
1 parent 8f099d0 commit 92b1188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/app/routes/workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export default function Workspace() {
</ListItemIcon>
<ListItemText>Settings</ListItemText>
</MenuItem>
<MenuItem
{/* <MenuItem
id="subscription"
to="/workspace/subscription"
component={Link}
Expand All @@ -274,7 +274,7 @@ export default function Workspace() {
<CardMembershipIcon />
</ListItemIcon>
<ListItemText>Subscription</ListItemText>
</MenuItem>
</MenuItem> */}
<Divider />
<Form method="post" action="/logout">
<MenuItem id="logout" type="submit" component="button">
Expand Down

0 comments on commit 92b1188

Please sign in to comment.