summaryrefslogtreecommitdiff
path: root/frontend/site/viewer/viewer.container.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-07-11 01:29:37 +0200
committerJules Laplace <julescarbon@gmail.com>2020-07-11 01:29:37 +0200
commit52531fbc8d3531a7941ad9c6c79a1e353d35f2fa (patch)
tree149636a7fee2870f08578d6600abeb176799c789 /frontend/site/viewer/viewer.container.js
parent91e8fdb99e321496c54288fe5a3db6397c768c10 (diff)
output redirect
Diffstat (limited to 'frontend/site/viewer/viewer.container.js')
-rw-r--r--frontend/site/viewer/viewer.container.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/site/viewer/viewer.container.js b/frontend/site/viewer/viewer.container.js
index e0a0079..68088d2 100644
--- a/frontend/site/viewer/viewer.container.js
+++ b/frontend/site/viewer/viewer.container.js
@@ -21,7 +21,7 @@ class ViewerContainer extends Component {
}
componentDidUpdate(prevProps) {
- console.log('didUpdate', this.props.graph !== prevProps.graph, this.props.location.pathname !== prevProps.location.pathname)
+ // console.log('didUpdate', this.props.graph !== prevProps.graph, this.props.location.pathname !== prevProps.location.pathname)
if (this.props.graph !== prevProps.graph || this.props.location.pathname !== prevProps.location.pathname) {
this.load()
}