fix(tasks): eliminate console error related to filtering

Also localize a group plans string
This commit is contained in:
Sabe Jones
2018-07-06 15:42:32 -05:00
parent d1f7e64156
commit b9d83122d1
2 changed files with 1 additions and 2 deletions

View File

@@ -446,7 +446,6 @@ export default {
if (this.type !== 'todo') return;
this.$root.$on('habitica::resync-requested', () => {
if (this.activeFilters.todo.label !== 'complete2') return;
this.loadCompletedTodos(true);
});
},