0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: fix react warning

This commit is contained in:
Juan Picado @jotadeveloper 2019-01-13 11:29:03 +01:00
parent df755291e6
commit 6a6dc16c82
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -44,7 +44,7 @@ const DistTags = ({distTags = {}}) => {
};
DistTags.propTypes = {
distTags: propTypes.array,
distTags: propTypes.object,
};
export default DistTags;