Fixed: Typo in ArtistDetails creates TypeError

Fixes LIDARR-UI-1FY
This commit is contained in:
Qstick 2019-05-11 00:16:18 -04:00
parent cf40df7606
commit 00a0bf6cb6
1 changed files with 1 additions and 1 deletions

View File

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