Fixed a bad index causing card details modal to fail to render (#1229)

This commit is contained in:
Joseph Milazzo 2022-04-23 14:35:17 -05:00 committed by GitHub
parent e25af3d348
commit f8d8483d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,8 +89,8 @@
</ng-template> </ng-template>
</li> </li>
<li [ngbNavItem]="tabs[4]" *ngIf="!tabs[4].disabled"> <li [ngbNavItem]="tabs[3]" *ngIf="!tabs[3].disabled">
<a ngbNavLink>{{tabs[4].title}}</a> <a ngbNavLink>{{tabs[3].title}}</a>
<ng-template ngbNavContent> <ng-template ngbNavContent>
<h4 *ngIf="!utilityService.isChapter(data)">{{utilityService.formatChapterName(libraryType) + 's'}}</h4> <h4 *ngIf="!utilityService.isChapter(data)">{{utilityService.formatChapterName(libraryType) + 's'}}</h4>
<ul class="list-unstyled"> <ul class="list-unstyled">