diff --git a/app/helpers/notifications_helper.rb b/app/helpers/notifications_helper.rb index 8c2208a14..02b2e3cde 100644 --- a/app/helpers/notifications_helper.rb +++ b/app/helpers/notifications_helper.rb @@ -1,6 +1,6 @@ module NotificationsHelper def notification_tag(notification, &) link_to notification.resource, id: dom_id(notification), class: "notification", - data: { turbo_frame: "_top", }, & + data: { turbo_frame: "_top" }, & end end