componentWillReceiveProps({ deleting: nextDeleting }: PropsType) {
    const { deleting, actions: { loadWeddingPartyMembers } } = this.props;

    if (deleting && !nextDeleting) {
      loadWeddingPartyMembers();