This commit is contained in:
Richard Feldman
2016-03-27 13:10:50 -07:00
parent c42636621b
commit 8ba9cde9ef

View File

@@ -71,7 +71,7 @@ viewSearchResults address results =
results results
|> Dict.values |> Dict.values
|> List.sortBy (.stars >> negate) |> List.sortBy (.stars >> negate)
|> List.map (\_ -> div [] [ text "TODO replace this line view logic from SearchResult" ]) |> List.map (\_ -> div [] [ text "TODO replace this line with view logic from SearchResult" ])
onInput address wrap = onInput address wrap =