diff --git a/src/components/CustomRoadmap/ListRoadmapRatings.tsx b/src/components/CustomRoadmap/ListRoadmapRatings.tsx index 1da96f276..c24867939 100644 --- a/src/components/CustomRoadmap/ListRoadmapRatings.tsx +++ b/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, }, );