Update translation image in reach section. Fix remaining world map prop type warning.

This commit is contained in:
Karishma Chadha 2020-10-27 01:20:04 -04:00
parent a8c7919f5f
commit da1e8c00c5
2 changed files with 3 additions and 7 deletions

View file

@ -75,7 +75,7 @@ const WorldMap = props => (
WorldMap.propTypes = {
colorIndex: PropTypes.arrayOf(PropTypes.number),
countryData: PropTypes.arrayOf(PropTypes.string),
countryData: PropTypes.arrayOf(PropTypes.number),
countryNames: PropTypes.arrayOf(PropTypes.string)
};

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 133 KiB