Fixed: Add tag default property to ArtistDetails

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2018-09-14 22:01:34 -04:00
commit dd6b93e243

View file

@ -622,6 +622,7 @@ ArtistDetails.propTypes = {
ArtistDetails.defaultProps = {
statistics: {},
tag: [],
isSaving: false
};