Skip to content

Commit

Permalink
Merge pull request #553 from fairDataSociety/fix/551
Browse files Browse the repository at this point in the history
fix: error handling (#551)
  • Loading branch information
tfius authored Oct 23, 2023
2 parents 6198270 + 8c5b27c commit 2361f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/drive/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const Drive: FC = () => {
await handleFetchPods();
}
} else {
setError(errorToString(error));
setError(errorToString(e));
}
} finally {
setLoading(false);
Expand Down

0 comments on commit 2361f74

Please sign in to comment.