Last active
September 23, 2017 22:15
-
-
Save adamrneary/393d04f2ff0197a249b793c40a409c4f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default compose( | |
connect(mapStateToProps), | |
withBreakpoint, | |
withAirbnbInteractive({ | |
universalPageName: PageName.HomesPdp, | |
confirmIsInteractive: ({ listing ) => !!listing, | |
}), | |
withStyles(({ color }) => ({ | |
loading: { | |
background: color.rowUnderlay, | |
}, | |
})), | |
)(ProductDetailPage); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment