mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Update translation image in reach section. Fix remaining world map prop type warning.
This commit is contained in:
parent
a8c7919f5f
commit
da1e8c00c5
2 changed files with 3 additions and 7 deletions
|
@ -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 |
Loading…
Reference in a new issue