mirror of https://github.com/Radarr/Radarr
Fixed: Notification still shows disabled with onHealthIssue
Fixes #4347
This commit is contained in:
parent
df76c679ff
commit
437c4a78c1
|
@ -112,7 +112,7 @@ class Notification extends Component {
|
|||
}
|
||||
|
||||
{
|
||||
!onGrab && !onDownload && !onRename &&
|
||||
!onGrab && !onDownload && !onRename && !onHealthIssue
|
||||
<Label
|
||||
kind={kinds.DISABLED}
|
||||
outline={true}
|
||||
|
|
Loading…
Reference in New Issue