This commit is contained in:
tiago.kayaya
2021-12-15 10:03:28 +01:00
parent 2c5067a362
commit bc56534e0e
2 changed files with 3 additions and 2 deletions
@@ -2,7 +2,7 @@
<app-header></app-header>
</ion-header>
<ion-content class="main-content-l height-100 white ">
<ion-content class="container-wrapper main-content-l height-100 white ">
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
<ion-refresher-content>
@@ -64,7 +64,7 @@
<span *ngIf="loadedEvent.EventRecurrence.Type == 1">Semanal</span>
<span *ngIf="loadedEvent.EventRecurrence.Type == 2">Mensal</span>
<span *ngIf="loadedEvent.EventRecurrence.Type == 3">Anual</span>
<span *ngIf="loadedEvent.EventRecurrence.Type == -1">Nunca</span>
<span *ngIf="loadedEvent.EventRecurrence.Type == -1">Nunca</span>
</p>
</ion-label>
</div>