Fixed a bad index causing card details modal to fail to render (#1229)
This commit is contained in:
parent
e25af3d348
commit
f8d8483d4d
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue