Bump to side bar list panel max length
This commit is contained in:
parent
1c174a6f7b
commit
7c9457fd5c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const getOrderedLists = createSelector([state => state.get('lists')], lists => {
|
|||
return lists;
|
||||
}
|
||||
|
||||
return lists.toList().filter(item => !!item).sort((a, b) => a.get('title').localeCompare(b.get('title'))).take(4);
|
||||
return lists.toList().filter(item => !!item).sort((a, b) => a.get('title').localeCompare(b.get('title'))).take(8);
|
||||
});
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue