From ca8680e1f5aef3a35c538587de4acb8d8530fe8b Mon Sep 17 00:00:00 2001 From: Bogdan Date: Tue, 30 Jan 2024 19:26:48 +0200 Subject: [PATCH] Avoid disabled label for notifications with only On Series Add enabled --- .../src/Settings/Notifications/Notifications/Notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Settings/Notifications/Notifications/Notification.js b/frontend/src/Settings/Notifications/Notifications/Notification.js index 8fb4230e0..e7de0b308 100644 --- a/frontend/src/Settings/Notifications/Notifications/Notification.js +++ b/frontend/src/Settings/Notifications/Notifications/Notification.js @@ -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 ?