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