Feature orderType #16
Labels
♟️ Dependent ticket
This ticket depends on something else being completed first this sprint
🧩 Feature
🐂 Size Medium
1-4 hours
📅 Week 2
Assigned during Week 2 of this module
Instructions:
Pass a new prop named
orderType
to the<Order />
component with the value "Pizzas". Then render theorderType
prop instead of "Pizzas" in the<Order />
component. Make sure that "Pizzas" is still displayed on the screen. In the<ul>
list of the<Restaurant />
component, render 2 others<Order />
components but this time pass different values for theorderType
prop: "Salads" and "Chocolate cake".Depends on #12
Test:
The text was updated successfully, but these errors were encountered: