From f15cb930ef0fefc466070660b41f3d1c0a5f400a Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Sun, 7 May 2023 20:35:00 +0200 Subject: [PATCH] Appease the robot dog --- app/views/discover/tab/_discussed.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/discover/tab/_discussed.html.haml b/app/views/discover/tab/_discussed.html.haml index c86f4171..7b3b7375 100644 --- a/app/views/discover/tab/_discussed.html.haml +++ b/app/views/discover/tab/_discussed.html.haml @@ -1,3 +1,3 @@ .tab-pane.fade{ role: :tabpanel, id: "comments" } - comments.each do |a| - = render "answerbox", a: a, subscribed_answer_ids: + = render "answerbox", a:, subscribed_answer_ids: