Skip to content

Commit

Permalink
lint removal
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Jan 13, 2025
1 parent 3041e96 commit 5da0c8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui100/src/TabularView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const TabularView = () => {
}, []);

useEffect(() => {
console.log("pagination", pagination);
updatePagination(pagination);
}, [pagination]);

Expand Down

0 comments on commit 5da0c8c

Please sign in to comment.