fix typo
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user