Commit acd5d738 by jaymehta

paginationissue

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