comment code for PR profile

This commit is contained in:
Tiago Kayaya
2020-11-24 14:28:01 +01:00
parent 835b0169b6
commit 10ae85da2c
7 changed files with 16 additions and 17 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
<ion-toolbar>
<ion-buttons slot="end">
<!-- customized TOGGLE button -->
<div class="toggleBox">
<!-- <div class="toggleBox">
<div (click)="changeProfile()" class="toggle">
<input type="checkbox">
<label for="" class="onbtn">PR</label>
<label for="" class="ofbtn">MDGPR</label>
</div>
</div>
</div> -->
</ion-buttons>
<ion-title>Agenda</ion-title>
</ion-toolbar>
+1 -1
View File
@@ -61,7 +61,7 @@ export class AgendaPage implements OnInit {
) {}
ngOnInit() {
this.profile = "mdgpr";
this.profile = "pr";
//Inicializar segment
/* localStorage.setItem('test', this.eventSelectedDate.toString()); */