mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-27 03:47:34 +00:00
Fixed: Add default artist props to prevent blank screen
This commit is contained in:
@@ -416,6 +416,8 @@ ArtistIndexRow.propTypes = {
|
||||
};
|
||||
|
||||
ArtistIndexRow.defaultProps = {
|
||||
genres: [],
|
||||
tags: [],
|
||||
statistics: {
|
||||
albumCount: 0,
|
||||
trackCount: 0,
|
||||
|
||||
Reference in New Issue
Block a user