mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -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 = {
|
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)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
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