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
+4
View File
@@ -36,10 +36,14 @@ editStandingsC :: EditStandingsMode -> Controller
editStandingsC = \case
ESMMenu -> menuControllerWith header editStandingsMenu
ESMHome -> editHomeStandingsC
ESMAway -> editAwayStandingsC
editHomeStandingsC :: Controller
editHomeStandingsC = undefined
editAwayStandingsC :: Controller
editAwayStandingsC = undefined
header :: ProgState -> C.Update ()
header = do
db <- (^.database)