Delete commented code.

This commit is contained in:
Dillon Kearns 2022-04-11 10:30:12 -07:00
parent 9a36ebb7ca
commit bddef2a417

View File

@ -170,10 +170,7 @@ storyView story =
[ Html.p
[ Attr.class "item-view-comments-header"
]
[ --{story.comments_count
-- ? story.comments_count + " comments"
-- : "No comments yet."}
if story.comments_count > 0 then
[ if story.comments_count > 0 then
Html.text <| String.fromInt story.comments_count ++ " comments"
else