fix: add nav button to schedule page

This commit is contained in:
Wieland Schöbl
2021-09-21 18:07:10 +02:00
parent 3c7ada4eea
commit e628f396e2
3 changed files with 21 additions and 2 deletions

View File

@@ -14,6 +14,9 @@
-->
<ion-header>
<ion-buttons>
<ion-menu-button></ion-menu-button>
</ion-buttons>
<ion-segment #segment value="calendar" (ionChange)="onSegmentChange()">
<ion-segment-button value="calendar">
<ion-label>{{ 'schedule.calendar' | translate }}</ion-label>