Comment out lazy example for now.

This commit is contained in:
Dillon Kearns 2021-10-07 11:53:25 -07:00
parent 204b368058
commit 5e25ccbd01

View File

@ -92,8 +92,8 @@ view maybeUrl sharedModel static =
]
]
]
, Html.text static.data
--, Html.text static.data
-- TODO need to do escaping within lazy text
, HtmlLazy.lazy (.data >> text) static
]