Update Pages.elm.

This commit is contained in:
Dillon Kearns 2019-08-20 20:36:45 -07:00
parent 055a314dd0
commit 0374cfd68c

View File

@ -59,10 +59,10 @@ pageViewOrError pageView model cache =
}
ContentCache.NeedContent _ ->
{ title = "Error", body = Html.text "TODO NeedContent" }
{ title = "", body = Html.text "" }
ContentCache.Unparsed _ _ ->
{ title = "Error", body = Html.text "TODO Unparsed" }
{ title = "", body = Html.text "" }
Nothing ->
{ title = "Page not found"