diff --git a/app/components/projects/row_component.html.erb b/app/components/projects/row_component.html.erb index 6d76a31066d..9807cbe3fd5 100644 --- a/app/components/projects/row_component.html.erb +++ b/app/components/projects/row_component.html.erb @@ -37,13 +37,12 @@ See COPYRIGHT and LICENSE files for more details. <% end %> - <% items = helpers.project_more_menu_items(project) %> - <% if items.any? %> + <% if more_menu_items.any? %>