We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ae5b76 + 05f5bbb commit be1c69dCopy full SHA for be1c69d
src/pages/Volunteer/Application.tsx
@@ -29,7 +29,7 @@ export const VolunteerApplication = () => {
29
'Status:',
30
error.response?.status,
31
'Message:',
32
- error.response?.data,
+ JSON.stringify(error.response?.data),
33
);
34
return;
35
}
src/pages/Volunteer/History.tsx
@@ -29,7 +29,7 @@ export const VolunteerHistory = () => {
0 commit comments