lint removal

This commit is contained in:
Michael Quigley 2025-01-13 14:30:40 -05:00
parent 3041e961c4
commit 5da0c8c807
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -52,7 +52,6 @@ const TabularView = () => {
}, []);
useEffect(() => {
console.log("pagination", pagination);
updatePagination(pagination);
}, [pagination]);