mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
xo: Fix unicorn/prefer-single-call.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -511,8 +511,7 @@ export class ServerManagerView {
|
||||
}
|
||||
|
||||
$altIcon.textContent = realmName.charAt(0) || "Z";
|
||||
$altIcon.classList.add("server-icon");
|
||||
$altIcon.classList.add("alt-icon");
|
||||
$altIcon.classList.add("server-icon", "alt-icon");
|
||||
|
||||
$img.remove();
|
||||
$parent.append($altIcon);
|
||||
|
Reference in New Issue
Block a user