Remove duplicated Duo Pro alert

What does this MR do and why?

Remove duplicated Duo Pro alert on the billings page if you are on Premium plan

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshot_2024-11-20_at_14.21.55

How to set up and validate locally

bin/rails c

GitlabSubscription.last.update(hosted_plan: Plan.find_by(name: 'premium'))
  • Visit created group billing page.
  • Make sure there is no Introducing the GitLab Duo Pro add-on banner.

Related to #499712

Edited by Serhii Yarynovskyi

Merge request reports

Loading