Skip to content

Commit

Permalink
Comment out proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
Atatakai authored and Atatakai committed Jun 17, 2024
1 parent 262fffa commit 3495263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/govern/components/Layout/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface MenuItem {
const items: MenuItem[] = [
{ label: 'Staking Contracts', key: 'contracts', path: '/contracts' },
// TODO: will be added later
{ label: 'Proposals', key: 'proposals', path: '/proposals' },
// { label: 'Proposals', key: 'proposals', path: '/proposals' },
];

interface MenuInstanceProps {
Expand Down

0 comments on commit 3495263

Please sign in to comment.