Merge pull request #2 from mkohler/fix_view_article_todo

Fix TODO that should refer to `viewArticle`.
This commit is contained in:
Richard Feldman
2018-10-12 17:19:55 -04:00
committed by GitHub

View File

@@ -93,7 +93,7 @@ view model =
] ]
{-| 👉 TODO: Replace this comment with a type annotation for `view` {-| 👉 TODO: Replace this comment with a type annotation for `viewArticle`
-} -}
viewArticle article = viewArticle article =
div [ class "article-preview" ] div [ class "article-preview" ]