mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(admin): fix admin followers pagination. Closes #3510
This commit is contained in:
parent
eb41bc0af3
commit
7b783ac00e
@ -103,7 +103,7 @@ export default function FediverseFollowers() {
|
||||
|
||||
useEffect(() => {
|
||||
getFollowers();
|
||||
}, []);
|
||||
}, [currentPage]);
|
||||
|
||||
const columns: ColumnsType<Follower> = [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user