From 59ac63b15569dfb6c67814242821e1b47630a034 Mon Sep 17 00:00:00 2001 From: Juan Andrade Date: Wed, 22 May 2024 14:57:33 -0300 Subject: [PATCH] Fix ranking date range --- components/Ranking/index.tsx | 2 ++ 1 file changed, 2 insertions(+) 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} /> );