Skip to content

Commit

Permalink
fix: error handling (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicvladan committed Oct 20, 2023
1 parent 6198270 commit 8c5b27c
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 8c5b27c

Please sign in to comment.