hide game ratings for covers view

This commit is contained in:
Roman Cervantes 2019-04-06 07:46:27 -07:00
parent 33b9730701
commit 0ff75d9f6a

View file

@ -11,7 +11,7 @@
/>
<game-rating
v-if="showGameRatings"
v-if="showGameRatings && list.view !== 'covers'"
:rating="game.rating"
small
@click.native="openDetails"