From 9ac152b441aaf147d0058b1ff79069bbeeb1c21c Mon Sep 17 00:00:00 2001 From: Becky Reamy Date: Wed, 13 Mar 2024 13:47:23 -0400 Subject: [PATCH] KPMP-5145: Update for enrollment category --- src/components/Summary/GeneSummary.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Summary/GeneSummary.js b/src/components/Summary/GeneSummary.js index 59068c75..502f9474 100644 --- a/src/components/Summary/GeneSummary.js +++ b/src/components/Summary/GeneSummary.js @@ -110,23 +110,23 @@ class GeneSummary extends Component { getCellValue: row => this.linkDataTypeCells(row) }, { - title: "HEALTHY REFERENCE TISSUE", + title: "HEALTHY REFERENCE", name: 'hrtCount', getCellValue: row => this.formatCountRow(row, 'hrtCount') }, { - title: "AKI TISSUE", + title: "AKI", name: 'akiCount', getCellValue: row => this.formatCountRow(row, 'akiCount') }, { - title: "CKD TISSUE", + title: "CKD", name: 'ckdCount', getCellValue: row => this.formatCountRow(row, 'ckdCount') }, { - title: "DM-R TISSUE", + title: "DM-R", name: 'dmrCount', getCellValue: row => this.formatCountRow(row, 'dmrCount') }, @@ -166,7 +166,7 @@ class GeneSummary extends Component { getColumnBands() { return [ { - title: "PARTICIPANTS PER DATA TYPE", + title: "PARTICIPANTS PER ENROLLMENT CATEGORY", children: [ { columnName: 'hrtCount'}, { columnName: 'akiCount' },