1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-24 23:02:44 +00:00

Fixed: Prevent Album Editor Error due to Statistics

This commit is contained in:
Qstick 2021-01-24 20:26:47 -05:00
parent 2cb36e61e0
commit 99924e969f

View file

@ -148,7 +148,8 @@ ArtistEditorRow.propTypes = {
};
ArtistEditorRow.defaultProps = {
tags: []
tags: [],
statistics: {}
};
export default ArtistEditorRow;