summaryrefslogtreecommitdiff
path: root/client/chart/countriesByYear.chart.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/chart/countriesByYear.chart.js')
-rw-r--r--client/chart/countriesByYear.chart.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/chart/countriesByYear.chart.js b/client/chart/countriesByYear.chart.js
index c846fd0f..4257748c 100644
--- a/client/chart/countriesByYear.chart.js
+++ b/client/chart/countriesByYear.chart.js
@@ -32,7 +32,6 @@ class CountriesByYearChart extends Component {
years[year][country] += 1
} else {
years[year][country] = 1
- countries[country] = true
}
})
})