This commit is contained in:
Frank Knoll
2024-07-17 10:16:08 +02:00
parent 99fad75f54
commit 7abfba4756
3 changed files with 4 additions and 6 deletions

View File

@@ -2,11 +2,10 @@ class PrrBySymptomTableView {
#delegate;
// FK-TODO: remove downloadPrrBySymptomTableButton, valueName
constructor(prrBySymptomTableElement, downloadPrrBySymptomTableButton, valueName) {
this.#delegate = new PrrByKeyTableView(
this.#createPrrBySymptomTable(prrBySymptomTableElement),
downloadPrrBySymptomTableButton,
valueName,
PrrByVaccineProvider.getPrrBySymptom);
}