[1pt] Switch badges for Rockets - Conditional components
gdumani opened this issue · comments
Giancarlo Dumani commented
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
)}