chore: fix eslint issue

This commit is contained in:
Miodec 2024-03-05 11:46:00 +01:00
parent 2fb77a1693
commit 7e957fb449

View file

@ -52,7 +52,7 @@ function verifyVisible(): void {
if (!modal.isOpen()) return;
if (!isPopupVisible("cookiePopup")) {
//removed by cookie popup blocking extension
void modal.destroy();
modal.destroy();
}
}