diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid index 9c4e60e8..a4b9e8ff 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid @@ -1,4 +1,6 @@ {% if result.type == "course" %} + +
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid index 83b19705..d392c401 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid @@ -19,9 +19,9 @@ %}
{% if results.items.any? %} - {% render "search_result" for results.items as result %} + {% render "search_result" for results.items as result %} {% else %} - {% include "search_zero_state" %} - {% endif %} + {% include "search_zero_state" %} + {% endif %} {% include "footer" %}