diff --git a/src/components/PlayerList.tsx b/src/components/PlayerList.tsx index 69706db..413e9f6 100644 --- a/src/components/PlayerList.tsx +++ b/src/components/PlayerList.tsx @@ -18,6 +18,7 @@ export const PlayerList: React.FC = props => { rowKey={(e) => `${e.name}-${e.uid}`} loading={props.loading} pagination={{ + pageSize: 100, placement: ['topCenter', 'bottomCenter'], }} >