Avoid disabled label for notifications with only On Series Add enabled

This commit is contained in:
Bogdan 2024-01-30 19:26:48 +02:00
parent 70807a9dcf
commit ca8680e1f5
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class Notification extends Component {
}
{
!onGrab && !onDownload && !onRename && !onHealthIssue && !onHealthRestored && !onApplicationUpdate && !onSeriesDelete && !onEpisodeFileDelete && !onManualInteractionRequired ?
!onGrab && !onDownload && !onRename && !onHealthIssue && !onHealthRestored && !onApplicationUpdate && !onSeriesAdd && !onSeriesDelete && !onEpisodeFileDelete && !onManualInteractionRequired ?
<Label
kind={kinds.DISABLED}
outline={true}