{typeof name === 'string' && name.length > 0 ? name : ''}
{
Array.isArray(options) && options.length > 0 ?
:
null
}
:
null
}
{
isHovered && (type === 'series' || type === 'tv') ? (
{name}{displayDate ? ` (${t.string('UPCOMING')}: ${displayDate})` : ''}
) : null
}