Skip to content

Commit

Permalink
Remove orderBy react hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagonite committed Jul 10, 2024
1 parent d12a667 commit f091232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AllReductionHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const AllReductionHistory: React.FC = () => {
} catch (error) {
console.error('Error fetching reductions:', error);
}
}, [currentPage, rowsPerPage, orderBy, orderDirection, fiaApiUrl]);
}, [currentPage, rowsPerPage, orderDirection, fiaApiUrl]);

useEffect(() => {
fetchTotalCount();
Expand Down

0 comments on commit f091232

Please sign in to comment.