Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adipaul1981 committed Mar 14, 2022
1 parent b9b015f commit be6fdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports/clinical-data/configInclude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const phenotypes: SheetConfig = {
},
},
{
field: 'phenotype.observed',
field: 'phenotype.hpo_phenotype_observed',
header: 'Interpretation',
transform: (value, row) => (value ? 'Observed' : 'Not Observed'),
},
Expand Down

0 comments on commit be6fdce

Please sign in to comment.