Fixed: Notifications with only On Movie Add enabled being labeled as disabled

This commit is contained in:
Bogdan 2024-02-01 05:34:51 +02:00
parent 145cd74969
commit 25ab396a2c
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 && !onMovieDelete && !onMovieFileDelete && !onManualInteractionRequired ?
!onGrab && !onDownload && !onRename && !onHealthIssue && !onHealthRestored && !onApplicationUpdate && !onMovieAdded && !onMovieDelete && !onMovieFileDelete && !onManualInteractionRequired ?
<Label
kind={kinds.DISABLED}
outline={true}