Skip to content

Commit

Permalink
Merge pull request #455 from KPMP/KPMP-4948_remove-f
Browse files Browse the repository at this point in the history
KPMP-4948_remove-f
  • Loading branch information
zwright authored Dec 14, 2023
2 parents 25a0411 + 584d325 commit baa2a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/SamplesByDataTypeTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class SamplesByDataTypeTable extends Component {
title:
<span>
<span className="table-header data-type-table-header" id="AKIHeader">
AKIƒ
AKI
</span>
<UncontrolledTooltip
placement="bottom"
Expand Down Expand Up @@ -160,7 +160,7 @@ class SamplesByDataTypeTable extends Component {
return [
{ columnName: 'dataType', width: 265},
{ columnName: 'hrtCount', width: 'auto', align: 'center'},
{ columnName: 'ckdCount', width: 'auto', alignf: 'center' },
{ columnName: 'ckdCount', width: 'auto', align: 'center' },
{ columnName: 'akiCount', width: 'auto', align: 'center' },
{ columnName: 'dmrCount', width: 'auto', align: 'center' },
]
Expand Down

0 comments on commit baa2a47

Please sign in to comment.