@@ -51,7 +51,7 @@ const reducer: Reducer<AppState | undefined, CustomAction> = (state, action) =>
|
|||||||
|
|
||||||
switch (action.type) {
|
switch (action.type) {
|
||||||
case ActionTypes.setAutoExpandLimit:
|
case ActionTypes.setAutoExpandLimit:
|
||||||
if (!action.autoExpandLimit) {
|
if (action.autoExpandLimit === undefined) {
|
||||||
return state
|
return state
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user