This commit is contained in:
Frank Knoll
2024-07-17 10:39:06 +02:00
parent fa3c7f46de
commit 4103b34855
2 changed files with 3 additions and 3 deletions

View File

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