From 81d92f31feeb79695a61c0575ba091dac4b53047 Mon Sep 17 00:00:00 2001 From: phamha Date: Mon, 5 Sep 2022 11:05:17 +0700 Subject: [PATCH] hide voting --- src/components/AppLayout/Sidebar/useSidebarItems.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/AppLayout/Sidebar/useSidebarItems.tsx b/src/components/AppLayout/Sidebar/useSidebarItems.tsx index 682970baa6..9a5756a119 100644 --- a/src/components/AppLayout/Sidebar/useSidebarItems.tsx +++ b/src/components/AppLayout/Sidebar/useSidebarItems.tsx @@ -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',