diff --git a/src/App.js b/src/App.js index 059c720a0b21fc4093cb4bdccc37219facfbc28a..4f8a8e71eebab88ee6677e163135e4c0cfd0a06e 100644 --- a/src/App.js +++ b/src/App.js @@ -28,7 +28,8 @@ class App extends React.Component { wacc: { code: newCode, markers: [{ startRow: 0, startCol: 2, endRow: 0, endCol: 20, className: 'warning', type: 'text' }] - } + }, + graphData: [{}] }) } @@ -59,11 +60,13 @@ class App extends React.Component { + markers={this.state.js.markers} + readOnly={true} /> + markers={this.state.arm.markers} + readOnly={true} />