Skip to content

Commit 2314191

Browse files
authored
return the right item in courses sorting/grouping
1 parent 6a1e322 commit 2314191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/sis/course-search/lib/execute-search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ export function sortAndGroupResults(results: Array<Course>) {
5252

5353
sortedAgain.reverse()
5454

55-
return sorted
55+
return sortedAgain
5656
}

0 commit comments

Comments
 (0)