mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 13:02:23 -07:00
Fixed: Typo in ArtistDetails creates TypeError
Fixes LIDARR-UI-1FY
This commit is contained in:
parent
cf40df7606
commit
00a0bf6cb6
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ ArtistDetails.propTypes = {
|
||||||
|
|
||||||
ArtistDetails.defaultProps = {
|
ArtistDetails.defaultProps = {
|
||||||
statistics: {},
|
statistics: {},
|
||||||
tag: [],
|
tags: [],
|
||||||
isSaving: false
|
isSaving: false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue