fix: remove per page

feat/discover
Arik Chakma 5 months ago
parent f9ddbd2e31
commit c9abf49f68
  1. 1
      src/components/CustomRoadmap/ListRoadmapRatings.tsx

@ -58,7 +58,6 @@ export function ListRoadmapRatings(props: ListRoadmapRatingsProps) {
`${import.meta.env.PUBLIC_API_URL}/v1-list-roadmap-ratings/${roadmapSlug}`,
{
currPage,
perPage: 1,
},
);

Loading…
Cancel
Save