Skip to content

Commit

Permalink
Merge pull request #457 from KPMP/KPMP-4958_FixRegionalTranscriptomic…
Browse files Browse the repository at this point in the history
…sExpressionViz

Update CellTypeSummary.js
  • Loading branch information
zwright authored Dec 18, 2023
2 parents 8393912 + cc9a52a commit 65d57fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Summary/CellTypeSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class CellTypeSummary extends Component {
},
{
title: <span>REGIONAL<br/>PROTEOMICS</span>,
name: 'rt',
name: 'rp',
getCellValue: row => (
this.linkDataTypeCells(row.isRegionalProteomics, 'rp', row)
)
Expand Down Expand Up @@ -191,4 +191,4 @@ class CellTypeSummary extends Component {
}
}
}
export default CellTypeSummary;
export default CellTypeSummary;

0 comments on commit 65d57fc

Please sign in to comment.