[F] Should display un-graded assignments too
This commit is contained in:
@@ -277,7 +277,6 @@ export default class Course
|
||||
{
|
||||
return this.gradingPeriods
|
||||
.flatMap(term => this.termAssignments[term])
|
||||
.filter(a => a.graded)
|
||||
.sort((a, b) => b.time - a.time);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user