fix eslint errors

This commit is contained in:
Elijah Duffy
2025-07-11 11:55:22 -07:00
parent 23c0236596
commit f7e46077e3
8 changed files with 26 additions and 12 deletions

View File

@@ -192,7 +192,7 @@
}
if ('userAgentData' in navigator) {
if (!(navigator.userAgentData as any).mobile) type = 'text';
if (!(navigator.userAgentData as { mobile: boolean }).mobile) type = 'text';
}
});
</script>