Skip to content

Commit 02fdd61

Browse files
committed
a
1 parent 5bdb994 commit 02fdd61

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

src/main/webapp/app/pages/somaticGermlineAlterationPage/SomaticGermlineAlterationPage.tsx

+11-9
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,17 @@ export class SomaticGermlineAlterationPage extends React.Component<
602602
</Col>
603603
</Row>
604604
</Container>
605+
<Container>
606+
<Row className="justify-content-center">
607+
<Col md={11}>
608+
<SomaticGermlineAlterationTiles
609+
includeTitle
610+
variantAnnotation={this.store.annotationData.result}
611+
isGermline={this.store.germline}
612+
/>
613+
</Col>
614+
</Row>
615+
</Container>
605616
<StickyMiniNavBar
606617
title={
607618
<span className={'d-flex align-items-center'}>
@@ -616,15 +627,6 @@ export class SomaticGermlineAlterationPage extends React.Component<
616627
}
617628
/>
618629
<Container>
619-
<Row className="justify-content-center">
620-
<Col md={11}>
621-
<SomaticGermlineAlterationTiles
622-
includeTitle
623-
variantAnnotation={this.store.annotationData.result}
624-
isGermline={this.store.germline}
625-
/>
626-
</Col>
627-
</Row>
628630
<Row className="justify-content-center">
629631
<Col md={11}>
630632
{this.store.germline &&

0 commit comments

Comments
 (0)