mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-21 10:45:12 -04:00
Fixed: Reorg default properties in ArtistIndexRow
This commit is contained in:
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;
|
||||
Reference in new issue
Block a user