Skip to content

Commit

Permalink
Feat: Project price container added
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Jul 11, 2023
1 parent fdb3f7a commit 6e27f18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/php/Component/Product/product.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
])
{{ $label }}
@endtypography
@includeWhen($prices, 'Product.components.price')
<div class="{{$baseClass}}__prices">
@includeWhen($prices, 'Product.components.price')
</div>
</div>
<div class="c-card__body c-product__body">
@if ($meta)
Expand Down

0 comments on commit 6e27f18

Please sign in to comment.