mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Remove invalid propType
This commit is contained in:
@@ -27,7 +27,6 @@ const ArtistLinkField = ({ record, className, width }) => {
|
||||
|
||||
ArtistLinkField.propTypes = {
|
||||
record: PropTypes.object,
|
||||
width: PropTypes.number,
|
||||
className: PropTypes.string,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user