From d7ec6914695062763524c6987a364384e9bf688a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6rdle=20Bot?= Date: Wed, 3 Dec 2025 13:31:38 +0100 Subject: [PATCH] =?UTF-8?q?Curator:=20Optional=20Chaining=20f=C3=BCr=20Gen?= =?UTF-8?q?re/Special-Filter=20abgesichert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/curator/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/curator/page.tsx b/app/curator/page.tsx index cab78be..2416bf2 100644 --- a/app/curator/page.tsx +++ b/app/curator/page.tsx @@ -737,7 +737,7 @@ export default function CuratorPage() {
{t('assignGenresLabel')}
{genres - .filter(g => curatorInfo?.genreIds.includes(g.id)) + .filter(g => curatorInfo?.genreIds?.includes(g.id)) .map(genre => (