This commit is contained in:
rahul shukla 2020-02-06 11:50:07 +05:30
parent e4ee9b425f
commit 1be6498bec
1 changed files with 2 additions and 2 deletions

View File

@ -40,12 +40,12 @@
class="fs18 card-current-price fw6">
</div>
<star-ratings
<star-ratings v-if="product.rating > 0"
push-class="display-inbl"
:ratings="product.rating">
</star-ratings>
<span class="fs16 text-nowrap align-text-bottom">@{{ product.totalReviews }} Reviews</span>
<span class="fs16 text-nowrap align-text-bottom" v-if="product.rating > 0">@{{ product.totalReviews }} Reviews</span>
</a>
</div>
</div>