mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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