We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e2a69 commit a425362Copy full SHA for a425362
browser/src/ShortTandemRepeatPage/ShortTandemRepeatAttributes.tsx
@@ -46,8 +46,8 @@ const ShortTandemRepeatRepeatUnits = ({ shortTandemRepeat }: ShortTandemRepeatRe
46
if (
47
repeatUnitsByClassification.pathogenic &&
48
repeatUnitsByClassification.pathogenic.length === 1 &&
49
- repeatUnitsByClassification.benign &&
50
- repeatUnitsByClassification.unknown
+ !repeatUnitsByClassification.benign &&
+ !repeatUnitsByClassification.unknown
51
) {
52
return (
53
<>
0 commit comments