Skip to content

Commit

Permalink
Revert stars
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyHoenderdaal committed Dec 18, 2024
1 parent d4f8010 commit cd30b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/product/overview.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@includeWhen($product->type_id !== 'grouped', 'rapidez::product.partials.addtocart')
@if (App::providerIsLoaded('Rapidez\Reviews\ReviewsServiceProvider'))
@if ($product->reviews_score)
<x-rapidez-reviews::reviews.stars :score="$product->reviews_score" :count="$product->reviews_count"/>
<stars :score="{{ $product->reviews_score }}" :count="{{ $product->reviews_count }}"></stars>
@endif
@endif
<div>
Expand Down

0 comments on commit cd30b78

Please sign in to comment.