From a6766373b4578ba852f8f436f58183664148356a Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Wed, 19 Nov 2025 15:17:24 +0100 Subject: [PATCH] fix modal reload --- templates/favorite/index.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/favorite/index.html.twig b/templates/favorite/index.html.twig index 4c3a6933..e5e354cb 100644 --- a/templates/favorite/index.html.twig +++ b/templates/favorite/index.html.twig @@ -26,11 +26,11 @@
{% if favorite.isFavorite() %} - + {% else %} - + {{ icon('bookmark') }} {% endif %}