Created
September 27, 2018 20:11
-
-
Save aghh1504/dfd21376d9c3da3995d2395c05107a69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openEditModale = noBooking => { | |
| const flight = this.state.flights.find(flight => flight.noBooking === noBooking) | |
| this.setState({ editModal: !this.state.editModal, flight: flight }); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment