Skip to content

Commit

Permalink
Fix ranking date range
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosbodoke committed May 22, 2024
1 parent a80722c commit 59ac63b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Ranking/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ export const Ranking: React.FC<Props> = ({
category={selectedCategory}
highlines_ids={highlines_ids}
visibleCategories={visibleCategories}
startDate={startDate}
endDate={endDate}
/>
</div>
);
Expand Down

0 comments on commit 59ac63b

Please sign in to comment.