Updated group sorting in frontend

• Updated:
- group sorting in frontend
This commit is contained in:
mgabdev
2020-08-06 23:19:18 -05:00
parent 6328b21186
commit f9f2744a63
10 changed files with 161 additions and 61 deletions

View File

@@ -40,8 +40,8 @@ const initialState = ImmutableMap({
})
export default function groupLists(state = initialState, action) {
if (tabs.indexOf(action.tab) === -1) return state
// if (tabs.indexOf(action.tab) === -1) return state
switch(action.type) {
case GROUPS_FETCH_REQUEST:
return state.withMutations((mutable) => {