Commit da1e8c00 authored by Karishma Chadha's avatar Karishma Chadha

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

parent a8c7919f
...@@ -75,7 +75,7 @@ const WorldMap = props => ( ...@@ -75,7 +75,7 @@ const WorldMap = props => (
WorldMap.propTypes = { WorldMap.propTypes = {
colorIndex: PropTypes.arrayOf(PropTypes.number), colorIndex: PropTypes.arrayOf(PropTypes.number),
countryData: PropTypes.arrayOf(PropTypes.string), countryData: PropTypes.arrayOf(PropTypes.number),
countryNames: PropTypes.arrayOf(PropTypes.string) countryNames: PropTypes.arrayOf(PropTypes.string)
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment