Fix LTL bug, use column height, not chart height

This commit is contained in:
Julia Friesel
2018-09-17 19:27:32 +02:00
parent 738a00c15b
commit 44c51225e6
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export default class DayColumn extends Component {
x2={x}
y2={columnHeight}
{...styles.nfpLine}
key='ltl'
key='fhm'
/>)
columnElements.push(fhmLine)
}