fetchdata useeffect is now only on pagination

This commit is contained in:
dekzter 2025-03-09 09:22:36 -04:00
parent 6a84f91d67
commit 5b09efe096

View file

@ -515,7 +515,7 @@ const StreamsTable = ({}) => {
*/
useEffect(() => {
fetchData();
}, [fetchData]);
}, [pagination]);
useEffect(() => {
if (typeof window !== 'undefined') {