From 484badb555a715e2a44bdcbc9050a367ebf6ae67 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 12 Feb 2023 17:36:25 +0100 Subject: [PATCH] Remove services reference from inbox Turbo Stream view --- app/views/inbox/show.turbo_stream.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/inbox/show.turbo_stream.haml b/app/views/inbox/show.turbo_stream.haml index ce09c7da..fffc48fc 100644 --- a/app/views/inbox/show.turbo_stream.haml +++ b/app/views/inbox/show.turbo_stream.haml @@ -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