Browse Source

Fix lint

pull/2643/head
Manny Dinssa 2 years ago
parent
commit
3395619222
  1. 1
      app/helpers/application_helper.rb

1
app/helpers/application_helper.rb

@ -31,6 +31,7 @@ module ApplicationHelper
def notifications_to_display?
!current_page?(notifications_path) && (authenticated_user_has_notifications? || unauthenticated_user_has_notifications?)
end
private
def paginated_title(title, pagy)

Loading…
Cancel
Save