This commit is contained in:
Kenneth Jannette
2024-01-12 17:27:57 -06:00
parent 6d7770c3b7
commit e49f94d7d4

View File

@@ -101,7 +101,7 @@ const CaseListPage = ({ perPage }) => {
if (!group) { if (!group) {
return null; return null;
} }
console.log("window.innerWidth < 440", window.innerWidth < 440);
const DesktopContent = () => { const DesktopContent = () => {
return ( return (
<> <>