{wDays.map(d=>{
const k=isoKey(anno,mese,d);
const row=getOre(opId,k);
const isToday=(d===hoje.getDate()&&mese===M0&&anno===Y0);
const dow=new Date(anno,mese,d).getDay();
const dName=GIORNI_SHORT[dow];
return (
{d}
{dName}
setGiorno(opId,k,”ore”,e.target.value)}/>
setGiorno(opId,k,”nota”,e.target.value)} style={{width:80}}/>
{wDays[wDays.length-1]===d?(
Sett {wi+1}: {weekTotal(wDays)}h
):
}
);
})}
{wi