Remove services reference from inbox Turbo Stream view

This commit is contained in:
Andreas Nedbal 2023-02-12 17:36:25 +01:00 committed by Andreas Nedbal
parent 0c3e54de6b
commit 484badb555
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
= turbo_stream.append "entries" do
- @inbox.each do |i|
= render "inbox/entry", services:, i:
= render "inbox/entry", i:
= turbo_stream.update "paginator" do
- if @more_data_available