This commit is contained in:
Kenneth Jannette
2024-02-24 01:19:28 -06:00
parent c194f23ebd
commit 85b12b17e0
5 changed files with 28 additions and 10 deletions

View File

@@ -30,6 +30,7 @@ const Dashboard = () => {
const { group } = appState;
const appUserId = group ? group.appUserId : null;
const isDashboard = true;
useEffect(() => {
if (count.current == null) {
setIsMobile(window.innerWidth < 440);