Commit 041afa73 authored by Nicolas Pouillard's avatar Nicolas Pouillard

Lists.Tabs: restore charts

parent 4209481a
......@@ -60,8 +60,11 @@ ngramsViewCpt :: R.Component NgramsViewProps
ngramsViewCpt = R.staticComponent "ListsNgramsView" cpt
where
cpt {mode, session, corpusId, corpusData: {defaultListId}} _ =
NT.mainNgramsTable
{session, defaultListId, nodeId: corpusId, tabType, tabNgramType}
R.fragment
[ chart mode
, NT.mainNgramsTable
{session, defaultListId, nodeId: corpusId, tabType, tabNgramType}
]
where
tabNgramType = modeTabType mode
tabType = TabCorpus (TabNgramType tabNgramType)
......
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