Skip to content

Commit a425362

Browse files
fixup: fix flipped sense
1 parent 80e2a69 commit a425362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browser/src/ShortTandemRepeatPage/ShortTandemRepeatAttributes.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ const ShortTandemRepeatRepeatUnits = ({ shortTandemRepeat }: ShortTandemRepeatRe
4646
if (
4747
repeatUnitsByClassification.pathogenic &&
4848
repeatUnitsByClassification.pathogenic.length === 1 &&
49-
repeatUnitsByClassification.benign &&
50-
repeatUnitsByClassification.unknown
49+
!repeatUnitsByClassification.benign &&
50+
!repeatUnitsByClassification.unknown
5151
) {
5252
return (
5353
<>

0 commit comments

Comments
 (0)