implemented editHomeStandings and editAwayStandings

This commit is contained in:
Jonathan Lamothe
2020-01-16 17:17:24 -05:00
parent 9c7c295a4b
commit d50d055b0b
2 changed files with 14 additions and 4 deletions
+3 -3
View File
@@ -38,11 +38,11 @@ editStandingsC = \case
ESMHome -> editHomeStandingsC
ESMAway -> editAwayStandingsC
editHomeStandingsC :: Controller
editHomeStandingsC = undefined
editHomeStandingsC :: Controller
editHomeStandingsC = menuControllerWith header editHomeStandingsMenu
editAwayStandingsC :: Controller
editAwayStandingsC = undefined
editAwayStandingsC = menuControllerWith header editAwayStandingsMenu
header :: ProgState -> C.Update ()
header = do