From 355dd550ae5dd086879599c3da6f7be27ea614f9 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sat, 2 Dec 2023 12:46:51 +0100 Subject: [PATCH] updating --- docs/SymptomsCausedByVaccines/js/PrrByVaccineTableView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); } }