Skip to content

Commit a358698

Browse files
authored
Merge pull request #3564 from StoDevX/fix-course-search
Fix course search
2 parents 6a1e322 + ef895ea commit a358698

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6666
- Fixed the dictionary editor and made it handle user input again (#3383, #3387)
6767
- Fixed DatePicker by removing an unnecessary call to getDerivedStateFromProps (#3382)
6868
- Fixed the balances view from refreshing if the user has not agreed to the alert (#3509)
69+
- Fixed course search crash (#3564)
6970

7071
### Removed
7172
- Removed the `prepare` script patching `ScrollEnabled` inside `RCTMultilineTextInputView` (#3337)

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)