Add key to column

This commit is contained in:
Julia Friesel
2018-06-19 11:40:52 +02:00
parent 84d693a261
commit c09d681a9d
+1 -1
View File
@@ -74,7 +74,7 @@ export default class SvgExample extends Component {
makeDayColumn(labelInfo) { makeDayColumn(labelInfo) {
return ( return (
<G> <G key={labelInfo.label}>
<Rect <Rect
x={labelInfo.rightOffset} x={labelInfo.rightOffset}
y={top} y={top}