Fixed: Reorg default properties in ArtistIndexRow

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

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

Loading…
Cancel
Save