Update js/views/inbox_view.js

Co-Authored-By: Mikunj <Mikunj@users.noreply.github.com>
pull/81/head
sachaaaaa 7 years ago committed by GitHub
parent 0cfabb5ffa
commit 4a2c618803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -143,7 +143,7 @@
this.inboxListView.listenTo( this.inboxListView.listenTo(
inboxCollection, inboxCollection,
'add change:unreadCount', 'add change:unreadCount',
()=> this.updateInboxSectionUnread() () => this.updateInboxSectionUnread()
); );
// Listen to any conversation remove // Listen to any conversation remove

Loading…
Cancel
Save