1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

Fixed: Notification still shows disabled with onHealthIssue

Fixes #4347
This commit is contained in:
Qstick 2020-04-24 11:37:30 -04:00 committed by GitHub
parent df76c679ff
commit 437c4a78c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ class Notification extends Component {
}
{
!onGrab && !onDownload && !onRename &&
!onGrab && !onDownload && !onRename && !onHealthIssue
<Label
kind={kinds.DISABLED}
outline={true}