Fixed: Prevent Album Editor Error due to Statistics

pull/1953/head
Qstick 4 years ago
parent 2cb36e61e0
commit 99924e969f

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

Loading…
Cancel
Save