Skip to content

Commit

Permalink
Fix sort topic function
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
Thomas Nordquist committed Jan 13, 2019
1 parent 2d649b3 commit 490678d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/reducers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const reducer: Reducer<AppState | undefined, CustomAction> = (state, action) =>
}
return {
...state,
settings: { ...state.settings, autoExpandLimit: state.settings.autoExpandLimit },
settings: { ...state.settings, nodeOrder: action.nodeOrder },
}
default:
return state
Expand Down

0 comments on commit 490678d

Please sign in to comment.