WIP <Compose> Refactor; <OnboardingModal> ed.

This commit is contained in:
kibigo!
2017-12-27 14:28:41 -08:00
parent 3c29f57404
commit 8713659dff
4 changed files with 35 additions and 39 deletions

View File

@@ -143,6 +143,12 @@ Drawer.propTypes = {
}).isRequired,
};
// Default props.
Drawer.defaultProps = {
dispatch: {},
state: {},
};
// Connecting and export.
export { Drawer as WrappedComponent };
export default wrap(Drawer, mapStateToProps, mapDispatchToProps, true);