1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

modify the arg of arrayOf to the correct

This commit is contained in:
Sosuke Suzuki
2017-10-09 22:40:51 +09:00
parent e8564f6540
commit 3c4fa83161

View File

@@ -18,6 +18,6 @@ const StorageList = ({storageList}) => (
)
StorageList.propTypes = {
storgaeList: PropTypes.arrayOf.isRequired
storgaeList: PropTypes.arrayOf(PropTypes.element).isRequired
}
export default CSSModules(StorageList, styles)