This commit is contained in:
frankknoll
2023-12-02 12:46:51 +01:00
parent 4b983dfa71
commit 355dd550ae

View File

@@ -19,7 +19,7 @@ class PrrByVaccineTableView {
tableElement: tableElement, tableElement: tableElement,
keyColumnName: 'Vaccine', keyColumnName: 'Vaccine',
prrColumnName: 'Lower Confidence Limit of Proportional Reporting Ratio', prrColumnName: 'Lower Confidence Limit of Proportional Reporting Ratio',
shallMarkRowIfPrrTooHigh: true shallMarkRowIfPrrTooHigh: false
}); });
} }
} }