xo: Fix unicorn/prefer-global-this.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-02-27 15:08:42 -08:00
parent d409a0bf33
commit ab4381a6bf

View File

@@ -90,7 +90,7 @@ export class PreferenceView {
}
}
window.location.hash = `#${navigationItem}`;
location.hash = `#${navigationItem}`;
};
handleToggleTray(state: boolean) {