Commit 9d44bcf8 by jaymehta

paginationissue

1 parent ce2ceb9e
...@@ -111,7 +111,7 @@ const ListingInner = ({ allActivitiesData, loading, totalCount }) => { ...@@ -111,7 +111,7 @@ const ListingInner = ({ allActivitiesData, loading, totalCount }) => {
currentPage: router.query.page currentPage: router.query.page
}) })
); );
}, [activityFilters, router]); }, [activityFilters]);
return ( return (
<> <>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!