Skip to content

Commit 35bc0f7

Browse files
committed
lint
1 parent 93f93dc commit 35bc0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/notifications/helpers/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const splitNotificationsBySources = (sources, notifications, oldSourceIds
115115
return true
116116
})
117117
if (_.indexOf(oldSourceIds, source.id) < 0) {
118-
source.notifications = source.notifications.slice(0,10);
118+
source.notifications = source.notifications.slice(0, 10)
119119
}
120120
notificationsBySources.push(source)
121121
})

0 commit comments

Comments
 (0)