Fixed: Add tag default property to ArtistDetails

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/6/head
Qstick 6 years ago
parent 68f9df695b
commit dd6b93e243

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

Loading…
Cancel
Save