mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-11 20:25:43 -04:00
Fixed: Reorg default properties in ArtistIndexRow
This commit is contained in:
@@ -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