Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
bugfix(variants): fixed different display date on graph and table
Browse files Browse the repository at this point in the history
  • Loading branch information
VWSCoronaDashboard30 committed Oct 12, 2023
1 parent ad36661 commit 5a932f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/pages/landelijk/varianten.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default function CovidVariantenPage(props: StaticProps<typeof getStaticPr
source={textNl.bronnen.rivm}
dates={{
date_end_unix: dates.date_end_unix,
date_of_report_unix: dates.date_of_report_unix,
date_of_report_unix: getLastInsertionDateOfPage(data, ['variants']),
date_start_unix: dates.date_start_unix,
}}
/>
Expand Down

0 comments on commit 5a932f6

Please sign in to comment.