[docsTable] use score instead of ngramCount

parent ebf80996
......@@ -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