summaryrefslogtreecommitdiff
path: root/frontend/views/graph/graph.container.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-02 20:41:58 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-02 20:41:58 +0200
commit7eab18f839616140fe3dbc4b51e29ec903c48077 (patch)
treec6f4160b7567904726f8036d2f5a2ef4d7846093 /frontend/views/graph/graph.container.js
parent402dd17858076b6a0fac618de85614114dfe94fe (diff)
adding les pages
Diffstat (limited to 'frontend/views/graph/graph.container.js')
-rw-r--r--frontend/views/graph/graph.container.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/views/graph/graph.container.js b/frontend/views/graph/graph.container.js
index 5646d71..0770a04 100644
--- a/frontend/views/graph/graph.container.js
+++ b/frontend/views/graph/graph.container.js
@@ -25,6 +25,7 @@ class GraphContainer extends Component {
}
shouldShowGraph() {
const { graph_name, page_name } = this.props.match.params
+ console.log(graph_name, page_name)
return (graph_name && !page_name && graph_name !== 'index')
}
shouldLoadGraph(prevProps) {