We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dc8b7 commit 2e45534Copy full SHA for 2e45534
src/List/Extra.elm
@@ -702,9 +702,9 @@ This is particularly useful in cases where you have a complex type in a list, an
702
viewFirstHomeOfInterest : Viewer -> List Property -> Html msg
703
viewFirstHomeOfInterest viewer propertiesQuery =
704
propertiesQuery
705
- |> findMap toHome
+ |> findMap toHouse
706
|> Maybe.map homeView
707
- |> Maybe.withDefaultnoHomeView
+ |> Maybe.withDefault noHomeView
708
709
-}
710
findMap : (a -> Maybe b) -> List a -> Maybe b
0 commit comments