You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/create-booking-forms-pt-2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,6 +254,6 @@ export default Customers
254
254
255
255
🌈 The inputs function renders customers over some `JSX` to produce a form that will allow the user to add data. There are `onChange` events that will allow the `customer` object to get updated.
256
256
257
-
🌈 The remove button removes the selected `customer` form the Array
257
+
🌈 The remove button removes the selected `customer` form the Array.
258
258
259
259
🌈 Our final return block displays the inputs function and renders buttons that allow the user to move between forms.
0 commit comments