|
|
|
@ -144,9 +144,9 @@ export const PlayersTable = (props: PlayersTableProps) => { |
|
|
|
<tbody> |
|
|
|
<tbody> |
|
|
|
{map(players, (player) => { |
|
|
|
{map(players, (player) => { |
|
|
|
const playerName = getPlayerName(player) |
|
|
|
const playerName = getPlayerName(player) |
|
|
|
|
|
|
|
|
|
|
|
const playerNum = player.num ?? player.club_shirt_num |
|
|
|
const playerNum = player.num ?? player.club_shirt_num |
|
|
|
const playerProfileUrl = `/${sportName}/players/${player.id}` |
|
|
|
const playerProfileUrl = `/${sportName}/players/${player.id}` |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<Row key={player.id}> |
|
|
|
<Row key={player.id}> |
|
|
|
<Cell columnWidth={firstColumnWidth}> |
|
|
|
<Cell columnWidth={firstColumnWidth}> |
|
|
|
|