This commit is contained in:
Kenneth Jannette
2024-01-17 18:04:54 -06:00
parent fad4dba789
commit 535f003916

View File

@@ -42,7 +42,6 @@ const DocumentListPage = ({ perPage }) => {
? process.env.REACT_APP_API_DEV ? process.env.REACT_APP_API_DEV
: process.env.REACT_APP_API_PROD; : process.env.REACT_APP_API_PROD;
console.log("apiUrl", apiUrl);
useEffect(() => { useEffect(() => {
if (count.current == null) { if (count.current == null) {
setIsMobile(window.innerWidth < 440); setIsMobile(window.innerWidth < 440);