Open SaveryIV opened 1 year ago
Rockets that have already been reserved should show a "Reserved" badge and "Cancel reservation" button instead of the default "Reserve rocket" (as per design)
Use the React conditional rendering syntax:
{rocket.reserved && ( // render Cancel Rocket button )}
Link to the PR: https://github.com/SaveryIV/Space-X-Project/pull/31/
The switch badges is working well. Continue to the next step.
Rockets that have already been reserved should show a "Reserved" badge and "Cancel reservation" button instead of the default "Reserve rocket" (as per design)
Use the React conditional rendering syntax: