Skip to content

Commit

Permalink
Remove unused product variable
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpih committed Mar 25, 2022
1 parent 5d64a80 commit 44f7627
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/product-list-block-item.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{%- load buy_button to "buy_button" q.content.parent_id=_entityData.page_id q.content.parent_type="page"
q.content.name="body" s="content.position" -%}
{%- assign product = buy_button.product -%}
<div class="product_item js-product-item flex_row-3--item">
<div class="mar_0-16">
<div class="product_item-wrap product_item_list p-rel">
Expand All @@ -20,4 +19,4 @@ q.content.name="body" s="content.position" -%}
{%- endif -%}
</div>
</div>
</div>
</div>

0 comments on commit 44f7627

Please sign in to comment.