0

Hide followers pagination control on single page

This commit is contained in:
Gabe Kangas 2022-01-25 13:16:09 -08:00
parent 07107a6f4d
commit 06a6377075

View File

@ -104,7 +104,7 @@ export default function FediverseFollowers() {
columns={tableColumns}
size="small"
rowKey={row => row.link}
pagination={{ pageSize: 20 }}
pagination={{ pageSize: 20, hideOnSinglePage: true }}
/>
);
}