Fixed: Reorg default properties in ArtistIndexRow

pull/6/head
Qstick 6 years ago
parent 7ece4731fc
commit 70dc4d86dc

@ -416,14 +416,14 @@ ArtistIndexRow.propTypes = {
}; };
ArtistIndexRow.defaultProps = { ArtistIndexRow.defaultProps = {
genres: [],
tags: [],
statistics: { statistics: {
albumCount: 0, albumCount: 0,
trackCount: 0, trackCount: 0,
trackFileCount: 0, trackFileCount: 0,
totalTrackCount: 0 totalTrackCount: 0
} },
genres: [],
tags: []
}; };
export default ArtistIndexRow; export default ArtistIndexRow;

Loading…
Cancel
Save