-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
In the View section,
the function page
causes a type mismatch
page : Model -> Html Msg
page model =
case model.route of
Models.PlayersRoute ->
Players.List.view model.players
Models.PlayerRoute id ->
playerEditPage model id
Models.NotFoundRoute ->
notFoundView
where model.players is webData (List Player)
but Players.List.view
expects List Player
as its argument.
Metadata
Metadata
Assignees
Labels
No labels