From cc9a52a91747ee5daed27e161d238bd091f82a22 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:09:40 -0500 Subject: [PATCH] Update CellTypeSummary.js --- src/components/Summary/CellTypeSummary.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;