[CORPUS] do not use `hide` for `facets`

parent 2d9afdf7
...@@ -224,10 +224,7 @@ getNode id = get $ toUrl Back Node id ...@@ -224,10 +224,7 @@ getNode id = get $ toUrl Back Node id
-- Facets -- Facets
------------------------------------------------------------------------ ------------------------------------------------------------------------
facets :: Spec State {} Action facets :: Spec State {} Action
facets = hide initialState statefulFacets facets =
statefulFacets :: Spec State {} Action
statefulFacets =
Tab.tabs _tablens _tabAction $ fromFoldable [ Tuple "Doc View" docPageSpec Tab.tabs _tablens _tabAction $ fromFoldable [ Tuple "Doc View" docPageSpec
, Tuple "Author View" authorPageSpec , Tuple "Author View" authorPageSpec
, Tuple "Source View" sourcePageSpec , Tuple "Source View" sourcePageSpec
......
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