fix(admin): fix admin followers pagination. Closes #3510

This commit is contained in:
Gabe Kangas 2024-02-18 19:12:13 -08:00
parent eb41bc0af3
commit 7b783ac00e
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -103,7 +103,7 @@ export default function FediverseFollowers() {
useEffect(() => {
getFollowers();
}, []);
}, [currentPage]);
const columns: ColumnsType<Follower> = [
{