Fixed: Reorg default properties in ArtistIndexRow

This commit is contained in:
Qstick 2018-09-04 22:36:51 -04:00
parent 7ece4731fc
commit 70dc4d86dc

View file

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