notification click, calendar input

This commit is contained in:
Peter Maquiran
2024-06-28 12:12:33 +01:00
parent 2cc90867d8
commit f0402a1e5b
9 changed files with 23 additions and 47 deletions
+2 -2
View File
@@ -118,8 +118,8 @@
</div>
<div class="approve-event-detail">
<h3 id="profile-title">{{item.title}}</h3>
<p *ngIf = "item.service == 'agenda'">{{item.location}}</p>
<p id="profile-title" *ngIf = "item.service != 'agenda'">{{item.body}}</p>
<p *ngIf = "item.service == 'agenda'">{{item.notificationBody}}</p>
<p id="profile-title" *ngIf = "item.service != 'agenda'">{{item.notificationBody}}</p>
</div>
</div>