chore: formatting

This commit is contained in:
Timothy J. Baek 2024-04-27 15:03:05 -04:00
parent 9be56d68e0
commit 2325660520

View file

@ -79,10 +79,10 @@
};
const onResize = () => {
if(show && window.innerWidth < BREAKPOINT) {
if (show && window.innerWidth < BREAKPOINT) {
show = false;
}
}
};
document.addEventListener('touchstart', onTouchStart);
document.addEventListener('touchend', onTouchEnd);