mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
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
@ -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…
x
Reference in New Issue
Block a user