Fixed: Reorg default properties in ArtistIndexRow

This commit is contained in:
Qstick committed 2018-09-04 22:36:51 -04:00
1 parent 7ece4731fc
commit 70dc4d86dc
1 file changed
+3 -3
@@ -416,14 +416,14 @@ ArtistIndexRow.propTypes = {
};
ArtistIndexRow.defaultProps = {
genres: [],
tags: [],
statistics: {
albumCount: 0,
trackCount: 0,
trackFileCount: 0,
totalTrackCount: 0
}
},
genres: [],
tags: []
};
export default ArtistIndexRow;