diff --git a/docs/SymptomsCausedByVaccines/js/PrrByVaccineTableView.js b/docs/SymptomsCausedByVaccines/js/PrrByVaccineTableView.js index bd55ea1792e..3137a05a150 100644 --- a/docs/SymptomsCausedByVaccines/js/PrrByVaccineTableView.js +++ b/docs/SymptomsCausedByVaccines/js/PrrByVaccineTableView.js @@ -19,7 +19,7 @@ class PrrByVaccineTableView { tableElement: tableElement, keyColumnName: 'Vaccine', prrColumnName: 'Lower Confidence Limit of Proportional Reporting Ratio', - shallMarkRowIfPrrTooHigh: true + shallMarkRowIfPrrTooHigh: false }); } }