Commit cdb90933 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch 'origin/272-dev-docs-table-score' into dev

parents e5ea3eff 59556481
......@@ -692,7 +692,7 @@ tableRowCpt = here.component "tableRow" cpt where
]
]
, H.div { className: tClassName } [ H.text $ showSource r.source ]
, H.div {} [ H.text $ maybe "-" show r.ngramCount ]
, H.div {} [ H.text $ maybe "-" show r.score ]
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment