This commit is contained in:
Frank Knoll
2024-07-17 11:00:20 +02:00
parent 73efd1050f
commit b0b9fa869e
3 changed files with 5 additions and 4 deletions

View File

@@ -8,8 +8,9 @@ class PrrBySymptomTableView {
PrrByVaccineProvider.getPrrBySymptom);
}
// FK-TODO: remove parameter text
displayPrrBySymptomTable4Vaccine(id, text) {
this.#delegate.displayPrrByKeyTable4Value(id, text);
this.#delegate.displayPrrByKeyTable4Value(id);
}
getTable() {