We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hasActionItems
1 parent f334e4d commit e773d64Copy full SHA for e773d64
1 file changed
assets/js/dashboard/nav-menu/dashboard-options-menu.tsx
@@ -104,8 +104,6 @@ function DashboardOptionsMenuItems() {
104
} = options
105
106
const showIntervalSection = !isRealtime && availableIntervals.length > 1
107
- const hasActionItems =
108
- !isRealtime || importedSwitchVisible || !!importedIntervalUnsupportedNotice
109
110
const dashboardRouteMatch = useMatch(rootRoute.path)
111
const n = availableIntervals.length
0 commit comments