Make horizontal grid visible
This commit is contained in:
@@ -57,7 +57,7 @@ export default class DayColumn extends Component {
|
|||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
columnElements.push(...[horizontalGrid, cycleDayLabel, dateLabel])
|
columnElements.push(cycleDayLabel, dateLabel, horizontalGrid)
|
||||||
// {nfpLineInfo.drawFhmLine ?
|
// {nfpLineInfo.drawFhmLine ?
|
||||||
// <Line
|
// <Line
|
||||||
// x1={0 + styles.nfpLine.strokeWidth / 2}
|
// x1={0 + styles.nfpLine.strokeWidth / 2}
|
||||||
|
|||||||
Reference in New Issue
Block a user