Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Fix PR review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyawzrd committed Feb 10, 2021
1 parent 4c2ca8d commit 938378e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions snippets/collection/sidebar.liquid
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<uib-accordion close-others="false" ng-init="filters = { terms: undefined }" vc-query-target="filters">
{% include 'collection/sidebar/applied-filters' %}
{% include 'collection/sidebar/keyword' %}
{% if customer and customer.is_registered_user %}
{% unless customer.is_first_time_buyer %}
{% include 'collection/sidebar/previously-purchased' %}
{% endunless %}
{% if customer and customer.is_registered_user and customer.is_first_time_buyer != true %}
{% include 'collection/sidebar/previously-purchased' %}
{% endif %}
<filter-by-fulfillment-center-widget></filter-by-fulfillment-center-widget>
</uib-accordion>
Expand Down

0 comments on commit 938378e

Please sign in to comment.