diff --git a/app/helpers/locations_helper.rb b/app/helpers/locations_helper.rb index 87cee5b81..791775a59 100644 --- a/app/helpers/locations_helper.rb +++ b/app/helpers/locations_helper.rb @@ -38,6 +38,8 @@ module LocationsHelper if FeatureToggle.location_toggle_enabled? base_attributes.append({ name: "Status", value: location.status }) end + + base_attributes end def location_availability(location)