issues
search
Carshy
/
space-traveller-app
An app that allows users to rent their favorite rockets and register for SpaceX missions. - Built with: (React & Redux, REST API)
https://space-hub-shuttle.netlify.app/
4
stars
1
forks
source link
[1pt] Implement rocket booking cancelation - Actions
#8
Open
Carshy
opened
2 years ago
Carshy
commented
2 years ago
Follow the same logic as with the "Reserve rocket" - but you need to set the
reserved
key to
false
.
Dispatch these actions upon click on the corresponding buttons.
reserved
key tofalse
.