Skip to content

Commit

Permalink
fix(webui): duplicate unavailable indicator on One-Shot browse view
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Aug 9, 2023
1 parent b5f0f04 commit afe3233
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions komga-webui/src/views/BrowseOneshot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit afe3233

Please sign in to comment.