mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-23 00:07:07 +00:00
Fixed eslint error.
This commit is contained in:
parent
f6bcadfeec
commit
ac4617ae51
2 changed files with 3 additions and 4 deletions
|
@ -17,8 +17,7 @@ function createMapStateToProps() {
|
|||
unknownErrors,
|
||||
unknownWarnings,
|
||||
count,
|
||||
totalCount,
|
||||
unknownCount
|
||||
totalCount
|
||||
} = status.item;
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue