mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 07:23:34 +01:00
fix(webui): display issue for duplicate page card without size
This commit is contained in:
parent
a6dece2b81
commit
a9556d9069
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
|
||||
<div
|
||||
v-if="hash.deleteCount"
|
||||
v-if="hash.size && hash.deleteCount"
|
||||
>{{ $t('duplicate_pages.saved_size', {size: getFileSize(hash.size * hash.deleteCount)}) }}
|
||||
</div>
|
||||
</v-col>
|
||||
|
|
|
|||
Loading…
Reference in a new issue