{filterHasAttributes(chapters, [
"attributes.chronicles",
"id",
] as const).map((chapter) => (
({
title: translation.title,
language: translation.language.data.attributes.code,
}))}
fallback={{ title: prettySlug(chapter.attributes.slug) }}
/>
))}
),
[chapters, langui]
);
return (