--- import PeopleCarousel from './PeopleCarousel.astro'; import { getPersonByGH } from '../lib/core.js'; const { item } = Astro.props; ---
{item.title} #{item.issue}
{item.labels.map(label => ( {label} ))}
{item.caption &&
{item.caption}
}
{item.assignees.length > 0 && } {(item.links?.docs || item.links?.web) &&
{item.links.docs && } {item.links.web && }
}