Skip to content

Commit

Permalink
fix(webui): display issue for duplicate page card without size
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Feb 8, 2022
1 parent a6dece2 commit a9556d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga-webui/src/components/PageHashKnownCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a9556d9

Please sign in to comment.