mirror of
https://github.com/Radarr/Radarr
synced 2025-12-24 01:10:41 +01:00
Fixed: Notification still shows disabled with onHealthIssue
Fixes #4347
This commit is contained in:
parent
df76c679ff
commit
437c4a78c1
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class Notification extends Component {
|
|||
}
|
||||
|
||||
{
|
||||
!onGrab && !onDownload && !onRename &&
|
||||
!onGrab && !onDownload && !onRename && !onHealthIssue
|
||||
<Label
|
||||
kind={kinds.DISABLED}
|
||||
outline={true}
|
||||
|
|
|
|||
Loading…
Reference in a new issue