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 => (