stream_edit: Fix set_stream_property usage.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-10-18 15:49:48 -07:00 committed by Tim Abbott
parent 08e5e29054
commit 8d42fa3960
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ function stream_is_muted_changed(e) {
sub,
"is_muted",
e.target.checked,
`#stream_change_property_status${CSS.escape(sub.stream_id)}`,
$(`#stream_change_property_status${CSS.escape(sub.stream_id)}`),
);
}