mirror of https://github.com/lidarr/Lidarr
Fixed: Typo in ArtistDetails creates TypeError
Fixes LIDARR-UI-1FY
This commit is contained in:
parent
cf40df7606
commit
00a0bf6cb6
|
@ -707,7 +707,7 @@ ArtistDetails.propTypes = {
|
||||||
|
|
||||||
ArtistDetails.defaultProps = {
|
ArtistDetails.defaultProps = {
|
||||||
statistics: {},
|
statistics: {},
|
||||||
tag: [],
|
tags: [],
|
||||||
isSaving: false
|
isSaving: false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue