pass lint

This commit is contained in:
arc-alex
2023-11-25 19:56:19 +01:00
parent f29ed1b05a
commit 2ff7d0f546
@@ -108,7 +108,7 @@ export default function SheetsModal(props: SheetsModalProps) {
const handleAuthenticate = () => {
getSheetsAuthUrl().then((data) => {
if (data != 'bad') {
const authWindow = window.open(data, '_blank', 'noreferrer');
window.open(data, '_blank', 'noreferrer');
//TODO: can we detect when this window is closed
}
});