feta(order)
This commit is contained in:
parent
cbbe47b772
commit
5c6db06f6d
@ -27,7 +27,7 @@ export const GroupMember: React.FC<Props> = props => {
|
||||
dataSource={props.players}
|
||||
columns={[
|
||||
{ dataIndex: '_', render: (_, __, i) => `(${i + 1})` },
|
||||
{ dataIndex: 'index' },
|
||||
{ dataIndex: 'number' },
|
||||
{ dataIndex: 'name', render: (name, { uid }) => <User name={name} uid={uid} /> },
|
||||
{ dataIndex: 'score' },
|
||||
]}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user