Commit 2d81fdd5 authored by Nicolas Pouillard's avatar Nicolas Pouillard

Refactor: it is already a Seq

parent 790ec952
......@@ -359,7 +359,7 @@ pagePaintCpt = R.hooksComponentWithModule thisModule "pagePaintCpt" cpt where
{ colNames
, container: T.defaultContainer { title: "Documents" }
, params
, rows: Seq.fromFoldable $ rows localCategories
, rows: rows localCategories
, totalRecords
, wrapColElts
}
......
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