diff --git a/src/components/Summary/CellTypeSummary.js b/src/components/Summary/CellTypeSummary.js index 3f8fabc0..8d6e5bf0 100644 --- a/src/components/Summary/CellTypeSummary.js +++ b/src/components/Summary/CellTypeSummary.js @@ -127,7 +127,7 @@ class CellTypeSummary extends Component { }, { title: REGIONAL
PROTEOMICS
, - name: 'rt', + name: 'rp', getCellValue: row => ( this.linkDataTypeCells(row.isRegionalProteomics, 'rp', row) ) @@ -191,4 +191,4 @@ class CellTypeSummary extends Component { } } } -export default CellTypeSummary; \ No newline at end of file +export default CellTypeSummary;