-
- Welcome to React
-
-
- To get started, edit src/App.js and save to reload.
-
+
+ Jetex Videos
+
+
+ {/*
+
+ */}
+
+
+
{this.state.selectedMovie ? ("You Selected: \n\n" + this.state.selectedMovie.title) : ""}
+ {this.state.selectedCustomer ? ("Customer that you Selected: \n\n" + this.state.selectedCustomer.name) : "" }
+ {this.state.success ? (this.state.success) : "" }
+ {this.state.error ? (this.state.error) : "" }
+
+
+
+
+
+
+
+
+ this.addMovie(movie)} />
+
+
+ this.selectMovie(id)} />
+
+
+ this.selectCustomer(id)}
+ makeRental={() => this.makeRental()} />
+
+
+