Skip to content

Commit

Permalink
add suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Kigen <[email protected]>
  • Loading branch information
usamaidrsk and denniskigen authored Oct 17, 2024
1 parent 8d3a1fa commit eda5598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const VisitSummary: React.FC<VisitSummaryProps> = ({ visit, patientUuid }) => {
}
});

// Sort the diagnoses by rank, so that those of rank 1 come first
// Sort the diagnoses by rank, so that primary diagnoses come first
diagnoses.sort((a, b) => a.rank - b.rank);

return [diagnoses, notes, medications];
Expand Down

0 comments on commit eda5598

Please sign in to comment.