Skip to content

Commit

Permalink
Merge pull request #450 from KPMP/RP_Fix
Browse files Browse the repository at this point in the history
table field take 2
  • Loading branch information
zwright authored Dec 11, 2023
2 parents 6d37fb3 + 509b3f2 commit 3d50802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ExpressionTables/RegionalProteomicsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class RegionalProteomicsTable extends Component {
frameworkComponents={{customTooltip: CustomTooltip}}
tooltipShowDelay={0}
>
<AgGridColumn headerName='REGION' field='region' width={125}></AgGridColumn>
<AgGridColumn headerName='REGION' field='segment' width={125}></AgGridColumn>
<AgGridColumn headerName='FDR CONFIDENCE' field='fdrConfidence' width={150}></AgGridColumn>
<AgGridColumn headerName='COVERAGE %' field='coveragePct' width={150}></AgGridColumn>
<AgGridColumn headerName='# PEPTIDES' field='numPeptides' width={150}></AgGridColumn>
Expand Down

0 comments on commit 3d50802

Please sign in to comment.