diff --git a/components/Ranking/index.tsx b/components/Ranking/index.tsx index 28dab91..7133ea3 100644 --- a/components/Ranking/index.tsx +++ b/components/Ranking/index.tsx @@ -75,6 +75,8 @@ export const Ranking: React.FC = ({ category={selectedCategory} highlines_ids={highlines_ids} visibleCategories={visibleCategories} + startDate={startDate} + endDate={endDate} /> );