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

Commit

Permalink
fix(COR-1690): fix incorrect date being shown at ggd-test graph (#4836)
Browse files Browse the repository at this point in the history
Co-authored-by: VWSCoronaDashboard29 <[email protected]>
  • Loading branch information
ben-van-eekelen and VWSCoronaDashboard29 authored Aug 9, 2023
1 parent a87f65c commit 6f2da9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/pages/landelijk/positieve-testen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function PositivelyTestedPeople(props: StaticProps<typeof getStaticProps>) {
infected_total: formatNumber(archivedDataGgdLastValue.infected),
})}
metadata={{
date: getLastInsertionDateOfPage(data, ['tested_ggd']),
date: getLastInsertionDateOfPage(data, ['tested_ggd_archived_20230321']),
source: textNl.ggd.bronnen.rivm,
}}
onSelectTimeframe={setConfirmedCasesInfectedPercentageTimeframe}
Expand Down

0 comments on commit 6f2da9b

Please sign in to comment.