diff --git a/js/panel_controller.js b/js/panel_controller.js index 2f299e017..685fa6d44 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) {