Skip to content

Commit

Permalink
should be now instead of date
Browse files Browse the repository at this point in the history
  • Loading branch information
benlei committed Apr 18, 2023
1 parent 53fe050 commit 05c0d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/summary/stat/RelativeBasicCounterSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function RelativeBasicCounterSummary(
}

const chunkedSummary = chunk(
_.chain(counter(getVersionPartsFromFeaturedList(featuredList, 'asc'), featuredList, date))
_.chain(counter(getVersionPartsFromFeaturedList(featuredList, 'asc'), featuredList, now))
.orderBy([
(b) => b.count,
(b) => b.name,
Expand Down

0 comments on commit 05c0d8f

Please sign in to comment.