Fix in app.jsx thanks to npm run lint

This commit is contained in:
DNLRQ 2024-11-30 19:11:46 -07:00
parent 18a98e3ecb
commit dedc41bfbf

View File

@ -18,15 +18,6 @@ function isElectron() {
) { ) {
return true; return true;
} }
if (
typeof process !== "undefined" &&
typeof process.versions === "object" &&
!!process.versions.electron
) {
return true;
}
if ( if (
typeof navigator === "object" && typeof navigator === "object" &&
typeof navigator.userAgent === "string" && typeof navigator.userAgent === "string" &&