Jul 14th Improvement on Signup confirmation messages.

  • Enhancing Sign-Up Confirmation Messages We made an important adjustment that considers situations when location.state is undefined. Now, by updating the message variable, the sign-up feature becomes even more robust. This ensures that everyone signing up gets the correct message, even during the rare scenario when location.state might be undefined. 🌐✉️

  • Improving Edit Report Feature We've taken into account the rare situations where state.donorsList.data or state.donorsList.data.donorFieldsList might be undefined. The code in EditReport.js is now prepared to handle these scenarios giving us more stability in our edit report feature. Moreover, we've added an exciting smart feature that only renders data if it's defined, making the process more efficient! 📑👍

All these changes make our application more reliable and user-friendly. Keep up the good work, team! 🎉

Last updated