Merge branch 'feature/calendar' into feature/chat

This commit is contained in:
tiago.kayaya
2021-03-04 19:16:49 +01:00
5 changed files with 67 additions and 5 deletions
@@ -76,6 +76,7 @@ export class ExpedientePage implements OnInit {
const modal = await this.modalController.create({
component: ExpedienteDetailPage,
componentProps:{
enterAnimation: "",
serialNumber: serialNumber,
profile: this.profile,
},