mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
modify propTypes "array" -> "arrayOf"
This commit is contained in:
@@ -18,6 +18,6 @@ const StorageList = ({storageList}) => (
|
||||
)
|
||||
|
||||
StorageList.propTypes = {
|
||||
storgaeList: PropTypes.array.isRequired
|
||||
storgaeList: PropTypes.arrayOf.isRequired
|
||||
}
|
||||
export default CSSModules(StorageList, styles)
|
||||
|
||||
Reference in New Issue
Block a user