Fixed: Notification still shows disabled with onHealthIssue

Fixes #4347
pull/2/head
Qstick 4 years ago committed by GitHub
parent df76c679ff
commit 437c4a78c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save