diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-16 16:54:28 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-16 16:54:28 +0100 |
| commit | 1cfe96ca6ef5c54eadd986c951dade0f56d72440 (patch) | |
| tree | 02d34b15a24afa43c6edf7b0011d56bc2c2c49c4 /frontend | |
| parent | a9d86650f40a82a64d1fd8e0525c26422d314d3a (diff) | |
migrating to mysql
Diffstat (limited to 'frontend')
| -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) |
