diff --git a/src/components/AppLayout/Sidebar/useSidebarItems.tsx b/src/components/AppLayout/Sidebar/useSidebarItems.tsx index f44ddc1671..0ad2201da7 100644 --- a/src/components/AppLayout/Sidebar/useSidebarItems.tsx +++ b/src/components/AppLayout/Sidebar/useSidebarItems.tsx @@ -28,7 +28,7 @@ const useSidebarItems = (): ListItemType[] => { } return useMemo((): ListItemType[] => { - if (!matchSafe || !matchSafeWithAddress || !featuresEnabled) { + if (!matchSafe || !matchSafeWithAddress || !matchSafeWithAction || !featuresEnabled) { return [] }