mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -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