diff --git a/js/panel_controller.js b/js/panel_controller.js index 2f299e0176..685fa6d44b 100644 --- a/js/panel_controller.js +++ b/js/panel_controller.js @@ -23,6 +23,8 @@ addActive: function(model) { if (model.get('active_at')) { this.add(model); + } else { + this.remove(model); } }, updateUnreadCount: function(model, count) {