function mapStateToProps()

in src/components/Order/index.js [39:43]


function mapStateToProps(state, ownProps) {
    return {
        order: state.order
    };
}