diff --git a/frontend/src/Settings/Notifications/Notifications/Notification.js b/frontend/src/Settings/Notifications/Notifications/Notification.js index 6a469d02a..02399e112 100644 --- a/frontend/src/Settings/Notifications/Notifications/Notification.js +++ b/frontend/src/Settings/Notifications/Notifications/Notification.js @@ -60,6 +60,7 @@ class Notification extends Component { onReleaseImport, onUpgrade, onRename, + onAuthorAdded, onAuthorDelete, onBookDelete, onBookFileDelete, @@ -73,6 +74,7 @@ class Notification extends Component { supportsOnReleaseImport, supportsOnUpgrade, supportsOnRename, + supportsOnAuthorAdded, supportsOnAuthorDelete, supportsOnBookDelete, supportsOnBookFileDelete, @@ -136,6 +138,14 @@ class Notification extends Component { null } + { + supportsOnAuthorAdded && onAuthorAdded ? + : + null + } + { supportsOnAuthorDelete && onAuthorDelete ?