mark rookies in playerSummary

This commit is contained in:
Jonathan Lamothe
2020-01-04 12:10:19 -05:00
parent e077c32956
commit 5209c4a296
2 changed files with 3 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ playerDetails p = unlines $ top ++ [""] ++ table
where
top = labelTable
[ ( "Number", show $ p^.pNumber )
, ( "Name", p^.pName )
, ( "Name", playerName p )
, ( "Position", p^.pPosition )
]