Skip to content

Commit

Permalink
Merge branch 'serenity' of github.com:aura-nw/Aura-Safe into serenity
Browse files Browse the repository at this point in the history
  • Loading branch information
nttnguyen136 committed Sep 5, 2022
2 parents b03f310 + fbfea85 commit 58c7fe7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/AppLayout/Sidebar/useSidebarItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ const useSidebarItems = (): ListItemType[] => {
// iconType: 'stakingAura',
// href: currentSafeRoutes.STAKING,
// }),
makeEntryItem({
label: 'Voting',
iconType: 'votingAura',
href: currentSafeRoutes.VOTING,
}),
// makeEntryItem({
// label: 'Voting',
// iconType: 'votingAura',
// href: currentSafeRoutes.VOTING,
// }),
makeEntryItem({
disabled: !safeAppsEnabled,
label: 'Apps',
Expand Down

0 comments on commit 58c7fe7

Please sign in to comment.