mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
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}
|
||||
size="small"
|
||||
rowKey={row => row.link}
|
||||
pagination={{ pageSize: 20 }}
|
||||
pagination={{ pageSize: 20, hideOnSinglePage: true }}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user