Skip to content

Commit e773d64

Browse files
committed
Remove unused hasActionItems
1 parent f334e4d commit e773d64

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

assets/js/dashboard/nav-menu/dashboard-options-menu.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ function DashboardOptionsMenuItems() {
104104
} = options
105105

106106
const showIntervalSection = !isRealtime && availableIntervals.length > 1
107-
const hasActionItems =
108-
!isRealtime || importedSwitchVisible || !!importedIntervalUnsupportedNotice
109107

110108
const dashboardRouteMatch = useMatch(rootRoute.path)
111109
const n = availableIntervals.length

0 commit comments

Comments
 (0)