{
onDismissClick ?
:
null
}
{
!newVideos && watched ?
:
null
}
{
onPlayClick ?
:
null
}
{
progress > 0 ?
:
null
}
{
newVideos > 0 ?
:
null
}
{
(typeof name === 'string' && name.length > 0) || (Array.isArray(options) && options.length > 0) ?
{typeof name === 'string' && name.length > 0 ? name : ''}
{
Array.isArray(options) && options.length > 0 ?
:
null
}
:
null
}