travis fixes
This commit is contained in:
parent
9b7208f4b4
commit
b6ded7119e
2 changed files with 1 additions and 3 deletions
|
@ -35,7 +35,7 @@ const messages = defineMessages({
|
|||
const getOrderedLists = createSelector([state => state.get('lists')], lists => {
|
||||
if (!lists) {
|
||||
return lists;
|
||||
}
|
||||
}
|
||||
|
||||
return lists.toList().filter(item => !!item).sort((a, b) => a.get('title').localeCompare(b.get('title')));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue