Skip to content

Commit

Permalink
Merge pull request #497 from KPMP/KPMP-5145_ChangeTerminology
Browse files Browse the repository at this point in the history
KPMP-5145: Update for enrollment category
  • Loading branch information
zwright authored Mar 14, 2024
2 parents f1aeaab + 9ac152b commit dd7dbb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Summary/GeneSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
},
Expand Down Expand Up @@ -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' },
Expand Down

0 comments on commit dd7dbb1

Please sign in to comment.