hex337 / quantum-attendance

An attendance program for Quantum Martial Arts
MIT License
3 stars 2 forks source link

Ensure the student object exists on the StudentScreen component #18

Closed hex337 closed 6 years ago

hex337 commented 7 years ago

If you navigate directly to the StudentScreen via url, and not from the StudentsScreen, we don't populate the store with students so we have no info.

Ideally we should fetch that one student and update the store with that info.

hex337 commented 6 years ago

This now works, yay!