{/* eslint-disable-next-line @next/next/no-img-element */}

{
if (headshotSrc !== PLAYER_SILHOUETTE) setHeadshotSrc(PLAYER_SILHOUETTE);
}}
style={{
width: 40,
height: 40,
borderRadius: '50%',
objectFit: 'cover',
background: 'var(--bg-elevated, #15151F)',
border: '1px solid var(--border, #1A1A24)',
flexShrink: 0,
}}
/>
{player}
{subtitle && (
{subtitle}
)}
{propList.length} prop{propList.length === 1 ? '' : 's'}