mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
eslint: Fix unicorn/explicit-length-check. (#32666)
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -70,7 +70,7 @@ function item_click_callback(
|
||||
|
||||
if (
|
||||
$(event.target).closest(".saved_snippets-dropdown-list-container .dropdown-list-delete")
|
||||
.length
|
||||
.length > 0
|
||||
) {
|
||||
confirm_dialog.launch({
|
||||
html_heading: $t_html({defaultMessage: "Delete saved snippet?"}),
|
||||
|
||||
Reference in New Issue
Block a user