mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 20:23:06 +00:00
hide game ratings for covers view
This commit is contained in:
parent
33b9730701
commit
0ff75d9f6a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<game-rating
|
<game-rating
|
||||||
v-if="showGameRatings"
|
v-if="showGameRatings && list.view !== 'covers'"
|
||||||
:rating="game.rating"
|
:rating="game.rating"
|
||||||
small
|
small
|
||||||
@click.native="openDetails"
|
@click.native="openDetails"
|
||||||
|
|
Loading…
Reference in a new issue