Remove invalid propType
This commit is contained in:
parent
be2afb94ae
commit
003b73fe1a
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ const ArtistLinkField = ({ record, className, width }) => {
|
|||
|
||||
ArtistLinkField.propTypes = {
|
||||
record: PropTypes.object,
|
||||
width: PropTypes.number,
|
||||
className: PropTypes.string,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue