mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
eslint: Expand no-unused-vars check to all function parameters.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
95f8ab1626
commit
407c16fc77
@@ -267,7 +267,7 @@ export function setup_stream_settings(node) {
|
||||
{label: $t({defaultMessage: "Personal"}), key: "personal_settings"},
|
||||
{label: $t({defaultMessage: "Subscribers"}), key: "subscriber_settings"},
|
||||
],
|
||||
callback(name, key) {
|
||||
callback(_name, key) {
|
||||
$(".stream_section").hide();
|
||||
$(`.${CSS.escape(key)}`).show();
|
||||
select_tab = key;
|
||||
|
||||
Reference in New Issue
Block a user