componentDidMount() {
    $.ajax({
      type: 'GET',
      url: '/transactions',
      data: { id: this.props.user_id },