diff --git a/src/components/PlayerList.tsx b/src/components/PlayerList.tsx index cf10c8d..b02aea3 100644 --- a/src/components/PlayerList.tsx +++ b/src/components/PlayerList.tsx @@ -12,9 +12,14 @@ export const PlayerList: React.FC = props => { return ( <> `${e.name}-${e.uid}`} loading={props.loading} + pagination={{ + placement: ['topCenter', 'bottomCenter'], + }} > `${i + 1}`} /> } />