Merge pull request #483 from sharetribe/fix-book-own-listing

Fix booking of user's own listings
This commit is contained in:
Hannu Lyytikäinen 2017-10-11 08:30:48 +03:00 committed by GitHub
commit f81c4de899

View file

@ -107,7 +107,7 @@ export class BookingDatesFormComponent extends Component {
e.preventDefault();
this.setState({ focusedInput: END_DATE });
} else {
this.props.handleSubmit();
this.props.handleSubmit(e);
}
}