From baa1a9326e819411f4e967667ba2ba6f469e0b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Sun, 26 Oct 2025 19:40:18 +0100 Subject: [PATCH] Refactor comments, fix template --- templates/components/Organisms/Comments.html.twig | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/templates/components/Organisms/Comments.html.twig b/templates/components/Organisms/Comments.html.twig index 82997ea..5c9c21c 100644 --- a/templates/components/Organisms/Comments.html.twig +++ b/templates/components/Organisms/Comments.html.twig @@ -1,11 +1,9 @@ -{% set existing = attributes.all()['data-controller'] ?? '' %} -{% set merged = (existing ? existing ~ ' ' : '') ~ 'comments-mercure' %} -