effectai / force-frontend

https://app.effect.network
MIT License
6 stars 5 forks source link

Fix for reservation not found bug. #217

Closed djmbritt closed 1 year ago

djmbritt commented 1 year ago

It seems like the frontend was prematurely showing that the user could click the start task button before all the nessecary data was loaded. I add some checks to the button, to show that the button can be clicked only when all the data was checked. And this.userReservation was sometimes null or undefined. This has been fixed.