Web: Common: Layout: refactoring

This commit is contained in:
Artem Tarasov 2020-12-15 13:40:29 +03:00
parent 12c7d62796
commit a66d5c59c6

View File

@ -38,7 +38,6 @@ const Layout = (props) => {
window.addEventListener("resize", orientationChangeHandler);
else
window.addEventListener("orientationchange", orientationChangeHandler);
resizeHandler();
}
return () => {