We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45487e commit 8554809Copy full SHA for 8554809
src/routes/notifications/helpers/notifications.js
@@ -286,8 +286,8 @@ const bundleNotifications = (notificationsWithRules) => {
286
_.reverse(notificationsWithRules).forEach((notificationWithRule) => {
287
// if notifications doesn't have to be bundled, add it to notifications list as it is
288
if (!notificationWithRule.notificationRule.shouldBundle) {
289
- bundledNotificationsWithRules.push(notificationWithRule);
290
- return;
+ bundledNotificationsWithRules.push(notificationWithRule)
+ return
291
}
292
293
// try to find existent notification in the list to which we can bundle current one
0 commit comments