--- const { prevPost, nextPost } = Astro.props; ---
{ prevPost?.id ? (
{prevPost?.data.title}
) : (