Fix include sorting [Fix #116]

release
Etienne Lemay 2017-09-29 19:45:52 -04:00
parent 88cde669e6
commit ac709e5cf3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export default class Picker extends React.Component {
this.hideRecent = true
if (props.include != undefined) {
data.categories.sort((a, b) => {
allCategories.sort((a, b) => {
let aName = a.name.toLowerCase()
let bName = b.name.toLowerCase()