Skip to content
Snippets Groups Projects
Commit 5fe50f03 authored by Julia Friesel's avatar Julia Friesel
Browse files

Make horizontal grid visible

parent 67a90341
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ export default class DayColumn extends Component { ...@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment