We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed45d3 commit bc0e400Copy full SHA for bc0e400
src/pages/Volunteer/Application.tsx
@@ -24,7 +24,7 @@ export const VolunteerApplication = () => {
24
useEffect(() => {
25
if (isLoading) return;
26
if (isError) {
27
- console.error('봉사 데이터 불러오기 실패함');
+ console.error('봉사 데이터 불러오기 실패함, ', isError);
28
return;
29
}
30
if (data) {
src/pages/Volunteer/History.tsx
@@ -24,7 +24,7 @@ export const VolunteerHistory = () => {
0 commit comments