diff --git a/src/Components/Case/CaseListPage.js b/src/Components/Case/CaseListPage.js index 1132750..fbf655a 100644 --- a/src/Components/Case/CaseListPage.js +++ b/src/Components/Case/CaseListPage.js @@ -101,7 +101,7 @@ const CaseListPage = ({ perPage }) => { if (!group) { return null; } - console.log("window.innerWidth < 440", window.innerWidth < 440); + const DesktopContent = () => { return ( <>