mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
xo: Fix unicorn/prefer-global-this.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -90,7 +90,7 @@ export class PreferenceView {
|
||||
}
|
||||
}
|
||||
|
||||
window.location.hash = `#${navigationItem}`;
|
||||
location.hash = `#${navigationItem}`;
|
||||
};
|
||||
|
||||
handleToggleTray(state: boolean) {
|
||||
|
Reference in New Issue
Block a user