This commit is contained in:
Frank Knoll
2024-07-17 11:01:46 +02:00
parent b0b9fa869e
commit 3d22cfe276
2 changed files with 2 additions and 3 deletions

View File

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