Skip to content

Commit 0fbc639

Browse files
authored
Merge pull request #3494 from Vizzuality/fix/commited-spreadsheet
fix/commited-spreadsheet
2 parents c72eb05 + 1a0e284 commit 0fbc639

File tree

1 file changed

+1
-1
lines changed
  • app/javascript/pages/dashboards/header

1 file changed

+1
-1
lines changed

app/javascript/pages/dashboards/header/header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const mapStateToProps = ({ countryData, location, header, widgets }) => {
3434
);
3535
const downloadLink = `http://gfw2-data.s3.amazonaws.com/country/umd_country_stats${
3636
country ? '/iso' : ''
37-
}/tree_cover_stats_2017${country ? `_${country}` : ''}.xlsx`;
37+
}/tree_cover_stats_2016${country ? `_${country}` : ''}.xlsx`;
3838
const locationOptions = { ...countryData };
3939
const locationNames = getAdminsSelected({ ...countryData, ...location });
4040

0 commit comments

Comments
 (0)