mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-16 21:15:33 -04:00
Fixed: Notification still shows disabled with onHealthIssue
Fixes #4347
This commit is contained in:
@@ -112,7 +112,7 @@ class Notification extends Component {
|
||||
}
|
||||
|
||||
{
|
||||
!onGrab && !onDownload && !onRename &&
|
||||
!onGrab && !onDownload && !onRename && !onHealthIssue
|
||||
<Label
|
||||
kind={kinds.DISABLED}
|
||||
outline={true}
|
||||
|
||||
Reference in New Issue
Block a user