bug solved publications

This commit is contained in:
Eudes Inácio
2023-12-01 15:01:39 +01:00
parent 92edcf724c
commit e8d28c68e8
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -258,9 +258,9 @@
</div>
<div class="schedule-details">
<div class="description">
<p class="m-0" [innerHTML]="event.event.Subject">{{event.event.Subject}}</p>
<p class="m-0" [innerHTML]="event.event.Subject"></p>
</div>
<div class="location" [innerHTML]="event.event.Location">{{event.event.Location}}</div>
<div class="location" [innerHTML]="event.event.Location"></div>
<div class="font-13 calendar-owner"*ngIf="eventService.getCalendarOwnNameByCalendarId(event.event.CalendarId) == 'Meu calendario'">{{SessionStore.user.FullName}} </div>
<ng-template #other_content>{{eventService.getCalendarOwnNameByCalendarId(event.event.CalendarId)}}</ng-template>
</div>