@ -9,7 +9,7 @@ function createMapDispatchToProps(dispatch, props) {
return {
dispatchClearPendingChanges() {
dispatch(clearPendingChanges)({ section });
dispatch(clearPendingChanges({ section }));
}
};