diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 00:50:45 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 00:50:45 +0200 |
| commit | 9515fc2e473e3fc51fbf26b77d3f49122808ce1b (patch) | |
| tree | 9d8f382bae76855e7868abe74d35cfe50f33edc8 /client/chart/pie.charts.js | |
| parent | 03dae85958c9f4c4a41c9c5534cd54ccc1d04c5f (diff) | |
filter map by type
Diffstat (limited to 'client/chart/pie.charts.js')
| -rw-r--r-- | client/chart/pie.charts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/chart/pie.charts.js b/client/chart/pie.charts.js index c3b94b7b..939e9262 100644 --- a/client/chart/pie.charts.js +++ b/client/chart/pie.charts.js @@ -17,7 +17,7 @@ class PieCharts extends Component { render() { const { payload } = this.props const { paper, citations } = payload.data - console.log(this.props) + // console.log(this.props) if (!citations.length) return null const countries = {} |
