swiper add question mark

This commit is contained in:
Eudes Inácio
2024-04-19 11:27:28 +01:00
parent 1598eae644
commit 036b75f4af
+1 -1
View File
@@ -29,7 +29,7 @@
</ion-content> </ion-content>
<ion-footer> <ion-footer>
<div *ngIf="publicationList.Files.length > 1" class="dots-container"> <div *ngIf="publicationList?.Files?.length > 1" class="dots-container">
<span *ngFor="let files of publicationList.Files; let k = index" <span *ngFor="let files of publicationList.Files; let k = index"
[class.dotsSwiper]="true" [class.dotsSwiper]="true"
[class.active-dot]="swiperIndex === k" [class.active-dot]="swiperIndex === k"