Jon Solow
commited on
Commit
·
e21d599
1
Parent(s):
dc974d8
Show name first in options
Browse files
src/pages/10_Set_Your_Lineup.py
CHANGED
@@ -35,7 +35,7 @@ def set_selectbox_readonly():
|
|
35 |
|
36 |
|
37 |
def format_player_option(player_opt: PlayerOption) -> str:
|
38 |
-
return f"{player_opt.
|
39 |
|
40 |
|
41 |
def position_cell(
|
|
|
35 |
|
36 |
|
37 |
def format_player_option(player_opt: PlayerOption) -> str:
|
38 |
+
return f"{player_opt.full_name} - {player_opt.team}"
|
39 |
|
40 |
|
41 |
def position_cell(
|