mirror of
https://github.com/gotson/komga.git
synced 2026-05-04 18:42:10 +02:00
fix(webui): duplicate unavailable indicator on One-Shot browse view
This commit is contained in:
parent
b5f0f04dd8
commit
afe3233f8f
1 changed files with 0 additions and 5 deletions
|
|
@ -171,11 +171,6 @@
|
|||
{{ $t(`enums.reading_direction.${series.metadata.readingDirection}`) }}
|
||||
</v-chip>
|
||||
</v-col>
|
||||
<v-col class="py-1 pe-0" cols="auto" v-if="unavailable">
|
||||
<v-chip label small color="error">
|
||||
{{ $t('common.unavailable') }}
|
||||
</v-chip>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
<v-row class="text-caption" align="center">
|
||||
|
|
|
|||
Loading…
Reference in a new issue