mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-21 10:45:12 -04:00
Fixed: Add default artist props to prevent blank screen
This commit is contained in:
1 parent
60bb0ac063
commit
df34fb7be7
1 file changed
+2
@@ -416,6 +416,8 @@ ArtistIndexRow.propTypes = {
|
||||
};
|
||||
|
||||
ArtistIndexRow.defaultProps = {
|
||||
genres: [],
|
||||
tags: [],
|
||||
statistics: {
|
||||
albumCount: 0,
|
||||
trackCount: 0,
|
||||
|
||||
Reference in new issue
Block a user