We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8039310 commit 05f5bbbCopy full SHA for 05f5bbb
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