From 3a2e0b7effd22791c40f57294a36e035f2571792 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Wed, 31 Aug 2016 12:11:20 +1000 Subject: [PATCH] Fix spacing --- app/views/shops/_filters.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shops/_filters.html.haml b/app/views/shops/_filters.html.haml index 68caa353bb..42e2b2ec28 100644 --- a/app/views/shops/_filters.html.haml +++ b/app/views/shops/_filters.html.haml @@ -1,5 +1,5 @@ - resource ||= "visibleMatches" -- property_filters ||= "| filter:filterExpression | taxons:activeTaxons | shipping:shippingTypes | showHubProfiles:show_profiles" +- property_filters ||= "| filter:filterExpression | taxons:activeTaxons | shipping:shippingTypes | showHubProfiles:show_profiles" .row = render 'shared/components/filter_controls'