diff --git a/app/src/reducers/index.ts b/app/src/reducers/index.ts index f9e312b..1523195 100644 --- a/app/src/reducers/index.ts +++ b/app/src/reducers/index.ts @@ -51,7 +51,7 @@ const reducer: Reducer = (state, action) => switch (action.type) { case ActionTypes.setAutoExpandLimit: - if (!action.autoExpandLimit) { + if (action.autoExpandLimit === undefined) { return state } return {