diff --git a/app/controllers/notifications_controller.rb b/app/controllers/notifications_controller.rb index 725ef72e..6f6f0e91 100644 --- a/app/controllers/notifications_controller.rb +++ b/app/controllers/notifications_controller.rb @@ -19,7 +19,7 @@ class NotificationsController < ApplicationController respond_to do |format| format.html - format.turbo_stream + format.turbo_stream { render layout: false, status: :see_other } end end