MOBILE-3909 calendar: Allow deleting past reminders

main
Dani Palou 2022-02-01 09:50:26 +01:00
parent 29a688d3f8
commit 97c49cb042
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
<p>{{ reminder.label }}</p>
</ion-label>
<ion-button fill="clear" (click)="cancelNotification(reminder.id, $event)" [attr.aria-label]="'core.delete' | translate"
slot="end" *ngIf="reminder.timestamp > currentTime">
slot="end">
<ion-icon name="fas-trash" color="danger" slot="icon-only" aria-hidden="true"></ion-icon>
</ion-button>
</ion-item>