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

Commit

Permalink
fix(COR-1914): Fixed wrong page metric target (#4990)
Browse files Browse the repository at this point in the history
  • Loading branch information
VWSCoronaDashboard30 authored Mar 1, 2024
1 parent c11ecaa commit 6f06e07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { useRouter } from 'next/router';
import { useState } from 'react';
import { Ziekenhuis } from '@corona-dashboard/icons';

const pageMetrics = ['hospital_nice'];
const pageMetrics = ['hospital_nice_archived_20240228'];

const selectLokalizeTexts = (siteText: SiteText) => ({
textGm: siteText.pages.hospital_page.gm,
Expand Down

0 comments on commit 6f06e07

Please sign in to comment.