From d6ad01b00e0ca24a6e0a9e94f8358e0f70a300a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6rdle=20Bot?= Date: Wed, 3 Dec 2025 13:46:58 +0100 Subject: [PATCH] =?UTF-8?q?Curator-UI:=20sichere=20Optional-Chains=20f?= =?UTF-8?q?=C3=BCr=20Genre-Filter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/curator/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/curator/page.tsx b/app/curator/page.tsx index 2416bf2..c975387 100644 --- a/app/curator/page.tsx +++ b/app/curator/page.tsx @@ -1037,7 +1037,7 @@ export default function CuratorPage() {
{genres - .filter(g => curatorInfo?.genreIds.includes(g.id)) + .filter(g => curatorInfo?.genreIds?.includes(g.id)) .map(genre => (