Issue #2297
This commit is contained in:
parent
e4ee9b425f
commit
1be6498bec
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue