Skip to content

Commit

Permalink
fix(Rv-no-id): Fix error (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
knguyenrise8 authored Jan 13, 2025
1 parent 464c7b2 commit 24e4cea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/ReviewBulk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ const ReviewBulk = ({
const handleCSVDownload = () => {
try {
onDownload();
navigate("/");
} catch (error) {
console.error("Error downloading CSV", error);
}
Expand Down

0 comments on commit 24e4cea

Please sign in to comment.