Skip to content

Commit

Permalink
compatible old version
Browse files Browse the repository at this point in the history
  • Loading branch information
brookshi committed Jan 16, 2018
1 parent ab5ac86 commit 461f32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/reducer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export function multipleStateReducer(state: State, action: any): State {
},
scheduleState: {
...state.scheduleState,
scheduleRecordsInfo: scheduleState.scheduleRecordsInfo,
scheduleRecordsInfo: scheduleState.scheduleRecordsInfo || {},
activeSchedule: scheduleState.activeSchedule
}
};
Expand Down

0 comments on commit 461f32d

Please sign in to comment.