diff options
Diffstat (limited to 'frontend/app/views')
| -rw-r--r-- | frontend/app/views/index/containers/graph.index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/views/index/containers/graph.index.js b/frontend/app/views/index/containers/graph.index.js index 91098a7..bf3d75e 100644 --- a/frontend/app/views/index/containers/graph.index.js +++ b/frontend/app/views/index/containers/graph.index.js @@ -11,6 +11,7 @@ class GraphIndex extends Component { componentDidMount() { actions.graph.index() } + render() { const { index } = this.props // console.log(this.props) |
