Fix:Render bookshelf on small screens

This commit is contained in:
advplyr 2023-01-25 17:32:52 -06:00
parent ccd206e95d
commit 062d4dc069
3 changed files with 4 additions and 92 deletions

View file

@ -61,10 +61,6 @@ export default {
},
seriesId() {
return this.series ? this.series.id : null
},
hasValidCovers() {
var validCovers = this.books.map((bookItem) => bookItem.book.cover)
return !!validCovers.length
}
},
methods: {