mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
eslint: Fix no-jquery/no-append-html errors that need test changes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
382af5f79f
commit
8fb1117cef
@@ -89,8 +89,8 @@ export function render_empty_user_list_message_if_needed($container: JQuery): vo
|
||||
return;
|
||||
}
|
||||
|
||||
const empty_list_widget = render_empty_list_widget_for_list({empty_list_message});
|
||||
$container.append(empty_list_widget);
|
||||
const empty_list_widget_html = render_empty_list_widget_for_list({empty_list_message});
|
||||
$container.append($(empty_list_widget_html));
|
||||
}
|
||||
|
||||
export function build_user_sidebar(): number[] | undefined {
|
||||
|
||||
Reference in New Issue
Block a user