Skip to content

Commit 8316289

Browse files
committed
Address comment
1 parent 55b6ea0 commit 8316289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_ui/src/pages/annotator/components/main-content/labels-shortcuts/labels-shortcuts.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const LabelsShortcuts = ({ labels, annotationToolContext, isDisabled = fa
127127
}
128128
},
129129
HOTKEY_OPTIONS,
130-
[emptyLabel, selectedAnnotations, handleSelectLabelShortcut, hotkeys]
130+
[emptyLabel, handleSelectLabelShortcut, hotkeys]
131131
);
132132

133133
return (

0 commit comments

Comments
 (0)