more
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user