Skip to content

Commit

Permalink
STENCIL-3383 pass customer
Browse files Browse the repository at this point in the history
  • Loading branch information
junedkazi committed Aug 11, 2017
1 parent 9e2fa5c commit 751634b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/products/list.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ul class="productList">
{{#each products}}
<li class="product">
{{>components/products/list-item show_compare=../show_compare show_rating=../settings.show_product_rating theme_settings=../theme_settings}}
{{>components/products/list-item show_compare=../show_compare show_rating=../settings.show_product_rating theme_settings=../theme_settings customer=../customer}}
</li>
{{/each}}
</ul>

0 comments on commit 751634b

Please sign in to comment.