Commit fbd3dabd authored by Thong Kuah's avatar Thong Kuah

Merge branch 'ph/195831/hideTabPopoverForAnonUsers' into 'master'

Hide the merge request tab popover for anonymous users

Closes #195831

See merge request gitlab-org/gitlab!22613
parents 4d93c9fd d64bc1e3
......@@ -27,7 +27,7 @@ module UserCalloutsHelper
end
def show_tabs_feature_highlight?
!user_dismissed?(TABS_POSITION_HIGHLIGHT) && !Rails.env.test?
current_user && !user_dismissed?(TABS_POSITION_HIGHLIGHT) && !Rails.env.test?
end
private
......
---
title: Hide merge request tab popover for anonymous users
merge_request: 22613
author:
type: fixed
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