componentDidMount() {
    const { params: { id }, actions: { loadWeddingPartyMember } } = this.props;
    loadWeddingPartyMember(id);
  }