Commit 3c489e08 authored by Alper Akgun's avatar Alper Akgun

Merge branch '342853_bugfix_correct_billing_tracking' into 'master'

Fix tracking for shared billings partial

See merge request gitlab-org/gitlab!81992
parents 090f5bf8 d79978bf
......@@ -9,8 +9,7 @@
- if show_plans?(namespace)
- plans = billing_available_plans(plans_data, current_plan)
.billing-plans.gl-mt-7{ data: { track: { action: 'render', label: 'billing' } } }
.billing-plans.gl-mt-7{ data: { track_action: 'render', track_label: 'billing' } }
- plans.each do |plan|
- next if plan.hide_card
- is_default_plan = current_plan.nil? && plan.default?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment