mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
Fix hasStatus prop type
This commit is contained in:
parent
1f5075f9d8
commit
3b09bf145c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const ExtensionChip = props => (
|
|||
|
||||
ExtensionChip.propTypes = {
|
||||
extensionName: PropTypes.string,
|
||||
hasStatus: PropTypes.boolean,
|
||||
hasStatus: PropTypes.bool,
|
||||
iconURI: PropTypes.string
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue