mirror of
https://github.com/Readarr/Readarr
synced 2025-12-25 17:54:14 +01:00
Fixed: Reorg default properties in ArtistIndexRow
This commit is contained in:
parent
7ece4731fc
commit
70dc4d86dc
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue