issues
search
lfmnovaes
/
rockets-missions
Pair programming project that uses React and Redux to fetch rockets and missions data from SpaceX API.
https://rockets-missions-lfmn.netlify.app/
MIT License
0
stars
0
forks
source link
[1pt] Implement rocket booking cancelation - Actions
#8
Open
lfmnovaes
opened
3 years ago
lfmnovaes
commented
3 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
.