diff options
-rw-r--r-- | Biz/Devalloc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Devalloc.hs b/Biz/Devalloc.hs index e102e94..0b4a88e 100644 --- a/Biz/Devalloc.hs +++ b/Biz/Devalloc.hs @@ -1509,7 +1509,7 @@ instance Lucid.ToHtml Analysis where Lucid.with score_ [Lucid.id_ "hotspots"] <| do title_ "Hotspots" - quantity_ "2" -- TODO + quantity_ "" -- TODO previewChart <| do Lucid.table_ [Lucid.class_ "charts-css column"] <| do Lucid.tr_ <| do |