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' %} -