mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-08 02:54:13 -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.array,
|
||||
distTags: propTypes.object,
|
||||
};
|
||||
|
||||
export default DistTags;
|
||||
|
|
Loading…
Add table
Reference in a new issue