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:
parent
df755291e6
commit
6a6dc16c82
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ const DistTags = ({distTags = {}}) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
DistTags.propTypes = {
|
DistTags.propTypes = {
|
||||||
distTags: propTypes.array,
|
distTags: propTypes.object,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default DistTags;
|
export default DistTags;
|
||||||
|
|
Loading…
Reference in a new issue