yetemegn-telaye / Space-travelers-hub

Web application for a company that provides commercial and scientific space travel services
MIT License
0 stars 2 forks source link

Team3 [1pt] Switch badges for Dragons - Conditional components #30

Open yetemegn-telaye opened 1 year ago

yetemegn-telaye commented 1 year ago

Dragons that have already been reserved should show a "Reserved" badge and "Cancel reservation" button instead of the default "Reserve dragon" (as per design).

Use the React conditional rendering syntax:

{rocket.reserved && ( 
    // render Cancel Rocket button
)}