Commit 02fdd61 1 parent 5bdb994 commit 02fdd61 Copy full SHA for 02fdd61
File tree 1 file changed +11
-9
lines changed
src/main/webapp/app/pages/somaticGermlineAlterationPage
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -602,6 +602,17 @@ export class SomaticGermlineAlterationPage extends React.Component<
602
602
</ Col >
603
603
</ Row >
604
604
</ 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 >
605
616
< StickyMiniNavBar
606
617
title = {
607
618
< span className = { 'd-flex align-items-center' } >
@@ -616,15 +627,6 @@ export class SomaticGermlineAlterationPage extends React.Component<
616
627
}
617
628
/>
618
629
< 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 >
628
630
< Row className = "justify-content-center" >
629
631
< Col md = { 11 } >
630
632
{ this . store . germline &&
You can’t perform that action at this time.
0 commit comments