Update ConnectDevicePage.tsx

This commit is contained in:
Hristo Nedelkov 2023-12-15 13:04:17 +02:00
parent 9ca87c1aff
commit f8e0f7e01c
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ const ConnectDevicePage = () => {
setWindowWidth(window.innerWidth)
}
window.addEventListener('resize', handleResize)
return () => window.removeEventListener('resize', handleResize)
}, [])