From 216bfab5fe59a496b948c5ae357fd7c8aebbb228 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Thu, 9 Apr 2026 12:34:55 +0200 Subject: [PATCH] ui: fix javascript reference error in anime list --- internal/shared/ui/anime_list.templ | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/internal/shared/ui/anime_list.templ b/internal/shared/ui/anime_list.templ index 76888c6..fd81a48 100644 --- a/internal/shared/ui/anime_list.templ +++ b/internal/shared/ui/anime_list.templ @@ -14,10 +14,11 @@ templ InfiniteAnimeList(animes []jikan.Anime, hasNext bool, nextURL string, cont if hasNext {
} -