Units view one day header missing

Hi ,

why is the header that contains the date not showing if i choose to show one day ?

scheduler.createUnitsView({
name:“week_unit”,
property:“section_id”,
list : sections,
days : 1 // here
});

thanks