Skip to content

Commit

Permalink
feat(order-form): display user email on order form to show active login
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindublin committed Jun 17, 2020
1 parent b2ef7d0 commit 8772059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/components/order-form/orderForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class OrderForm extends Component {
<Template>
<div className="form-wrapper">
<form>
<label className="form-label">I'd like to order...</label><br />
<label className="form-label">{this.props.auth.email} would like to order...</label><br />
<select
value={this.state.order_item}
onChange={(event) => this.menuItemChosen(event)}
Expand Down

0 comments on commit 8772059

Please sign in to comment.