From 4a8402f7eb6f8adab720f3fc6ac57a429206c178 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Thu, 5 Jan 2023 18:06:00 +0200 Subject: [PATCH] lint --- src/lib/help-mode/help-mode.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/help-mode/help-mode.service.ts b/src/lib/help-mode/help-mode.service.ts index c3e4c75..219f83b 100644 --- a/src/lib/help-mode/help-mode.service.ts +++ b/src/lib/help-mode/help-mode.service.ts @@ -11,7 +11,7 @@ const ANNOTATIONS_LIST_ID = 'annotations-list'; const OVERLAPPING_DROPDOWNS_IDS = { USER_MENU: 'user-menu-items', WORKLOAD_FILTER: 'workload-filters', -} +}; const SCROLL_BUTTONS_IDS = ['scroll-up', 'scroll-down']; export const ScrollableParentViews = {