implemented editAwayStandings

This commit is contained in:
Jonathan Lamothe
2020-01-16 15:00:08 -05:00
parent 49963277be
commit 9c7c295a4b
5 changed files with 10 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ editStandingsMenu = Menu "*** EDIT STANDINGS ***" ()
[ MenuItem '1' "Edit home standings" $
modify editHomeStandings
, MenuItem '2' "Edit road standings" $
modify editRoadStandings
modify editAwayStandings
, MenuItem 'R' "Return to main menu" $
modify backHome
]