diff --git a/src/renderer/components/notifications/NotificationRow.tsx b/src/renderer/components/notifications/NotificationRow.tsx index 406847da1..ce3e42fdf 100644 --- a/src/renderer/components/notifications/NotificationRow.tsx +++ b/src/renderer/components/notifications/NotificationRow.tsx @@ -62,6 +62,7 @@ export const NotificationRow: FC = ({ }; const actionUnsubscribeFromThread = () => { + setShouldAnimateNotificationExit(shouldAnimateExit); unsubscribeNotification(notification); };