diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-11 00:35:30 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-11 00:35:30 +0200 |
| commit | eb5136e2023fb0999995befff60624d5d4c51c94 (patch) | |
| tree | 6129655ffca1afdcfedca826c1d47609e6292b69 /frontend/views/index | |
| parent | 9a1cac006a80098f90f2febf751632c7e5ffbfa0 (diff) | |
fixing bugs
Diffstat (limited to 'frontend/views/index')
| -rw-r--r-- | frontend/views/index/containers/graph.index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/views/index/containers/graph.index.js b/frontend/views/index/containers/graph.index.js index c02ad79..35c2d82 100644 --- a/frontend/views/index/containers/graph.index.js +++ b/frontend/views/index/containers/graph.index.js @@ -13,7 +13,7 @@ class GraphIndex extends Component { } render() { const { index } = this.props - console.log(this.props) + // console.log(this.props) if (!index.order) { return ( <div className='graphIndex'> |
