more
This commit is contained in:
@@ -28,6 +28,9 @@ const CaseListPage = ({ perPage }) => {
|
||||
if (count.current == null) {
|
||||
setIsMobile(window.innerWidth < 440);
|
||||
}
|
||||
if (count.current < 3) {
|
||||
setIsMobile(window.innerWidth < 440);
|
||||
}
|
||||
return () => {
|
||||
count.current = 1;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user