summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-16 16:54:28 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-16 16:54:28 +0100
commit1cfe96ca6ef5c54eadd986c951dade0f56d72440 (patch)
tree02d34b15a24afa43c6edf7b0011d56bc2c2c49c4 /frontend
parenta9d86650f40a82a64d1fd8e0525c26422d314d3a (diff)
migrating to mysql
Diffstat (limited to 'frontend')
-rw-r--r--frontend/app/views/index/containers/graph.index.js1
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)