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

Commit

Permalink
bugfix(COR-1784): corrected KPI date (#4894)
Browse files Browse the repository at this point in the history
  • Loading branch information
VWSCoronaDashboard30 authored Oct 6, 2023
1 parent 128e71d commit e5e8d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/pages/landelijk/vaccinaties.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function VaccinationPage(props: StaticProps<typeof getStaticProps>) {
title: textNl.kpi_vaccinaties_de_coronaprik.tile_amount_administered_total.title,
description: textNl.kpi_vaccinaties_de_coronaprik.tile_amount_administered_total.omschrijving,
value: currentData.vaccine_campaigns.vaccine_campaigns[0].vaccine_administered_total,
dateOrRange: currentData.vaccine_campaigns.date_of_insertion_unix,
dateOrRange: currentData.vaccine_campaigns.date_unix,
source: textShared.bronnen.rivm,
},
]}
Expand Down

0 comments on commit e5e8d2c

Please sign in to comment.