This commit is contained in:
Peter Maquiran
2021-07-17 12:16:27 +01:00
parent 0862f77436
commit f07f97da7a
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -105,6 +105,4 @@
</div>
</div>
</div>
</ion-content>
@@ -365,8 +365,10 @@ export class GabineteDigitalPage implements OnInit {
if (segment == 'deferimento') {
navigationExtras= { queryParams: {"deferimento": true,}};
this.segment = 'deferimento'
} else if (segment == 'parecer') {
navigationExtras = { queryParams: {"parecer": true,}};
this.segment = 'parecer'
}
if( window.innerWidth <= 801) {