fix(logs): forgot dependency for logs breaking pagination' (#846)

This commit is contained in:
Vikhyath Mondreti
2025-08-01 16:43:18 -07:00
committed by GitHub
parent 545ec791df
commit 63b4a81acc

View File

@@ -324,7 +324,7 @@ export default function Logs() {
fetchLogs(nextPage, true)
}, 50)
}
}, [isFetchingMore, hasMore, page])
}, [fetchLogs, isFetchingMore, hasMore, page])
useEffect(() => {
if (loading || !hasMore) return