[O] Remove unnecessary complete verification
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
get filteredAssignments()
|
get filteredAssignments()
|
||||||
{
|
{
|
||||||
// Filter assignments to only this type
|
// Filter assignments to only this type
|
||||||
return this.assignments.filter(a => a.complete == 'Complete' && a.type == this.typeName);
|
return this.assignments.filter(a => a.typeId == this.type.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user