Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyjemutai committed Oct 28, 2024
1 parent 58a5de2 commit a167a29
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const usePatientFamilyNames = (patientUuid: string) => {

setChildrenNames(childRelationships);

// Find the mother relationship
const motherRelationship = relationships.find(
(relationship) =>
(relationship.relationshipType?.displayAIsToB === 'Mother' ||
Expand Down

0 comments on commit a167a29

Please sign in to comment.