Hide followers pagination control on single page
This commit is contained in:
parent
07107a6f4d
commit
06a6377075
@ -104,7 +104,7 @@ export default function FediverseFollowers() {
|
|||||||
columns={tableColumns}
|
columns={tableColumns}
|
||||||
size="small"
|
size="small"
|
||||||
rowKey={row => row.link}
|
rowKey={row => row.link}
|
||||||
pagination={{ pageSize: 20 }}
|
pagination={{ pageSize: 20, hideOnSinglePage: true }}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user