componentDidMount()

in src/components/Customer/index.js [15:17]


    componentDidMount() {
        this.props.actions.loadCustomer(this.props.customerId);
    }