We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c72eb05 + 1a0e284 commit 0fbc639Copy full SHA for 0fbc639
app/javascript/pages/dashboards/header/header.js
@@ -34,7 +34,7 @@ const mapStateToProps = ({ countryData, location, header, widgets }) => {
34
);
35
const downloadLink = `http://gfw2-data.s3.amazonaws.com/country/umd_country_stats${
36
country ? '/iso' : ''
37
- }/tree_cover_stats_2017${country ? `_${country}` : ''}.xlsx`;
+ }/tree_cover_stats_2016${country ? `_${country}` : ''}.xlsx`;
38
const locationOptions = { ...countryData };
39
const locationNames = getAdminsSelected({ ...countryData, ...location });
40
0 commit comments