Fix analytics event label for when shouldABTestPlans: false

This commit is contained in:
Jessica Lawshe
2018-06-07 10:30:21 -05:00
parent 484ee9ad61
commit 6c92238f37
+2 -2
View File
@@ -210,9 +210,9 @@ define [
event_tracking.send 'subscription-funnel', 'plans-page', 'group-inquiry-potential'
eventLabel = (label, location) ->
if location && $scope.plansVariant != 'default'
if $scope.plansVariant && location && $scope.plansVariant != 'default'
label = label + '-' + location
if $scope.plansVariant != 'default'
if $scope.plansVariant && $scope.plansVariant != 'default'
label += '-exp-' + $scope.plansVariant
label