@capillarytech/creatives-library 8.0.61-alpha.1 → 8.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/hoc/withCreatives.js
CHANGED
package/package.json
CHANGED
|
@@ -506,8 +506,6 @@ const mapDispatchToProps = (dispatch) => ({
|
|
|
506
506
|
|
|
507
507
|
|
|
508
508
|
const withReducer = injectReducer({ key: 'zalo', reducer: v2ZaloReducer });
|
|
509
|
-
// const withZaloSaga = injectSaga({ key: 'zalo', saga: v2ZaloSagas });
|
|
510
|
-
//
|
|
511
509
|
|
|
512
510
|
export default withCreatives({
|
|
513
511
|
WrappedComponent: Zalo,
|
|
@@ -515,6 +513,4 @@ export default withCreatives({
|
|
|
515
513
|
mapDispatchToProps,
|
|
516
514
|
userAuth: true,
|
|
517
515
|
reducers: [withReducer],
|
|
518
|
-
zaloSaga: true,
|
|
519
|
-
// sagas: [withZaloSaga],
|
|
520
516
|
});
|