mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Notification still shows disabled with onHealthIssue
Fixes #4347
This commit is contained in:
parent
df76c679ff
commit
437c4a78c1
@ -112,7 +112,7 @@ class Notification extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
!onGrab && !onDownload && !onRename &&
|
!onGrab && !onDownload && !onRename && !onHealthIssue
|
||||||
<Label
|
<Label
|
||||||
kind={kinds.DISABLED}
|
kind={kinds.DISABLED}
|
||||||
outline={true}
|
outline={true}
|
||||||
|
Loading…
Reference in New Issue
Block a user