Make horizontal grid visible

This commit is contained in:
Julia Friesel
2018-08-11 15:54:39 +02:00
parent 67a903411e
commit 5fe50f0397
+1 -1
View File
@@ -57,7 +57,7 @@ export default class DayColumn extends Component {
/>
)
}
columnElements.push(...[horizontalGrid, cycleDayLabel, dateLabel])
columnElements.push(cycleDayLabel, dateLabel, horizontalGrid)
// {nfpLineInfo.drawFhmLine ?
// <Line
// x1={0 + styles.nfpLine.strokeWidth / 2}