Skip to content

Commit

Permalink
remove f
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Dec 14, 2023
1 parent 2b2fc95 commit 584d325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/SamplesByDataTypeTable.js
Original file line number Diff line number Diff line change
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 584d325

Please sign in to comment.