fix(admin): fix admin followers pagination. Closes #3510
This commit is contained in:
@@ -103,7 +103,7 @@ export default function FediverseFollowers() {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
getFollowers();
|
getFollowers();
|
||||||
}, []);
|
}, [currentPage]);
|
||||||
|
|
||||||
const columns: ColumnsType<Follower> = [
|
const columns: ColumnsType<Follower> = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user