Comics should show volumes tab (#987)
# Fixed - Fixed: Fixed an issue where the volumes tab was not being shown for comics.
This commit is contained in:
parent
91318889e5
commit
97049a6c39
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</li>
|
</li>
|
||||||
<li [ngbNavItem]="3" *ngIf="libraryType !== LibraryType.Comic && hasNonSpecialVolumeChapters">
|
<li [ngbNavItem]="3" *ngIf="hasNonSpecialVolumeChapters">
|
||||||
<a ngbNavLink>Volumes</a>
|
<a ngbNavLink>Volumes</a>
|
||||||
<ng-template ngbNavContent>
|
<ng-template ngbNavContent>
|
||||||
<div class="row no-gutters">
|
<div class="row no-gutters">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue