File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ An API based webapp that displays Meals from the [MealsDB](https://www.themealdb
30
30
31
31
## 🎥 Video Link
32
32
33
- [ Link to Project Video Description] ( https://www.loom.com/share/2f2b19014b6c42e69442095a2030a801 )
33
+ [ Link to Project Video Description] ( https://www.loom.com/share/3ba7b7be5da24625a037048aca2062f5 )
34
34
35
35
## 🧰 Tools
36
36
@@ -100,7 +100,6 @@ npm test
100
100
- Twitter: [ @Kossi-stack ] ( https://twitter.com/SoloJean5 )
101
101
- LinkedIn: [ Kossi Stack] ( https://www.linkedin.com/in/kossifioklou2406/ )
102
102
103
-
104
103
### Lilian Moraa
105
104
106
105
- GitHub: [ @lily-coder ] ( https://github.com/lily-coder/ )
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ const reserveModal = (meal) => {
162
162
meal . idMeal ,
163
163
inputReserveName . value ,
164
164
inputReserveStartDate . value ,
165
- inputReserveEndDate . value
165
+ inputReserveEndDate . value ,
166
166
) . then ( ( ) => {
167
167
if ( reservationList . hasChildNodes ( ) ) {
168
168
reservationList . innerHTML = '' ;
You can’t perform that action at this time.
0 commit comments