DEbinger / CEGS

Final Project
0 stars 2 forks source link

got some data to render from itinerary on to profile page #160

Closed Chaz-C closed 7 years ago

Chaz-C commented 7 years ago

resolves #153

DEbinger commented 7 years ago

In case I merged the wrong lines.

<<<<<<< feature/153_itineraries-on-profile-page

{this.props.users.userErrorMsg}

      <input id="email" type='email' name="email" placeholder='Email' autoComplete='off' value={this.state.email} onChange={this.handleEmail} autoFocus/>

=======

      <input id="email" type='email' name="email" placeholder='Email' autoComplete='off' value={this.state.email} onChange={this.handleEmail} />

master