Skip to content

Commit

Permalink
fixup: fix flipped sense
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky-broad committed Feb 26, 2025
1 parent 80e2a69 commit a425362
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const ShortTandemRepeatRepeatUnits = ({ shortTandemRepeat }: ShortTandemRepeatRe
if (
repeatUnitsByClassification.pathogenic &&
repeatUnitsByClassification.pathogenic.length === 1 &&
repeatUnitsByClassification.benign &&
repeatUnitsByClassification.unknown
!repeatUnitsByClassification.benign &&
!repeatUnitsByClassification.unknown
) {
return (
<>
Expand Down

0 comments on commit a425362

Please sign in to comment.