componentDidMount() {
    if (this.state.account) {
      return;
    }
    this.setState({ loading: true });