more
This commit is contained in:
@@ -42,7 +42,6 @@ const DocumentListPage = ({ perPage }) => {
|
||||
? process.env.REACT_APP_API_DEV
|
||||
: process.env.REACT_APP_API_PROD;
|
||||
|
||||
console.log("apiUrl", apiUrl);
|
||||
useEffect(() => {
|
||||
if (count.current == null) {
|
||||
setIsMobile(window.innerWidth < 440);
|
||||
|
||||
Reference in New Issue
Block a user