Remove invalid propType

This commit is contained in:
Deluan 2020-06-13 14:03:11 -04:00
parent be2afb94ae
commit 003b73fe1a

View File

@ -27,7 +27,6 @@ const ArtistLinkField = ({ record, className, width }) => {
ArtistLinkField.propTypes = {
record: PropTypes.object,
width: PropTypes.number,
className: PropTypes.string,
}