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

View File

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