You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SubmitEvidenceModal component, the catch block in the submitEvidence function does not capture the error object or provide feedback to the user. Capturing the error allows for better debugging, and notifying the user improves the user experience.