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>
|
||||
</ng-template>
|
||||
</li>
|
||||
<li [ngbNavItem]="3" *ngIf="libraryType !== LibraryType.Comic && hasNonSpecialVolumeChapters">
|
||||
<li [ngbNavItem]="3" *ngIf="hasNonSpecialVolumeChapters">
|
||||
<a ngbNavLink>Volumes</a>
|
||||
<ng-template ngbNavContent>
|
||||
<div class="row no-gutters">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue