update DELETE_BY_ID

The lack of quotes made my friends think this was a variable instead of a string.
This commit is contained in:
Ryan Haskell-Glatz
2018-01-29 19:10:03 -06:00
committed by GitHub
parent 1ca4f6fdc9
commit 29f8232bc0

View File

@@ -52,7 +52,7 @@ viewSearchResult result =
, a [ href ("https://github.com/" ++ result.name), target "_blank" ] , a [ href ("https://github.com/" ++ result.name), target "_blank" ]
[ text result.name ] [ text result.name ]
, button , button
-- TODO add an onClick handler that sends a DELETE_BY_ID msg -- TODO add an onClick handler that sends a "DELETE_BY_ID" msg
[ class "hide-result" ] [ class "hide-result" ]
[ text "X" ] [ text "X" ]
] ]