DA7URNH3VLBKHHF42U3QPZGNGQSKGZY5AOO2G6A42XYY5RNOTUNAC <div key={iid} className="grid grid-flow-row h-full"><div className="ml-1 border-b border-gray-200 w-min whitespace-nowrap self-start">{formatDate(startTime)}</div><LogProgChart className="self-end" data={{ fights: JSON.parse(JSON.stringify(fights)) }} actions={false} config={{ axisY: (iix === 0 && props.week === 1) ? undefined : hideText }}/>
<div key={iid} className="grid grid-flow-row h-full place-content-between"><div className="ml-1 border-b border-gray-200 w-min whitespace-nowrap">{formatDate(startTime)}</div><LogProgChart data={{ fights: JSON.parse(JSON.stringify(fights)) }} actions={false} config={{ axisY: (iix === 0 && props.week === 1) ? undefined : hideText }}/>