fixed all production issues

This commit is contained in:
tiago.kayaya
2021-06-03 17:07:29 +01:00
parent df66ddf79d
commit 716562e357
11 changed files with 16 additions and 69 deletions
@@ -2,7 +2,7 @@
<app-header></app-header>
</ion-header>
<ion-content>
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh()">
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
<ion-refresher-content>
</ion-refresher-content>