From 137251fe373d8dbfe0d1c019772442f38f8ed51f Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Fri, 20 Mar 2026 01:33:27 +0100 Subject: [PATCH] fix(frontend): restore ALL sentinel in sidebar to fix hydration mismatch --- k-tv-frontend/app/(main)/library/components/library-sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k-tv-frontend/app/(main)/library/components/library-sidebar.tsx b/k-tv-frontend/app/(main)/library/components/library-sidebar.tsx index e650b47..25a3e96 100644 --- a/k-tv-frontend/app/(main)/library/components/library-sidebar.tsx +++ b/k-tv-frontend/app/(main)/library/components/library-sidebar.tsx @@ -15,7 +15,7 @@ interface Props { onBack: () => void; } -const ALL = ""; +const ALL = "__all__"; const CONTENT_TYPES_ALL = [ { value: ALL, label: "All types" },