Commit 63cd711c authored by Fabien Manière's avatar Fabien Manière

comment the tag section

parent a1582eaa
...@@ -114,16 +114,16 @@ userLayoutWithKeyCpt = here.component "userLayoutWithKey" cpt where ...@@ -114,16 +114,16 @@ userLayoutWithKeyCpt = here.component "userLayoutWithKey" cpt where
display { title: fromMaybe "no name" (Just ui_username) } display { title: fromMaybe "no name" (Just ui_username) }
(contactInfos userInfo (onUpdateUserInfo boxes.errors reload)) (contactInfos userInfo (onUpdateUserInfo boxes.errors reload))
, pubmedSettings { boxes, nodeId, session } , pubmedSettings { boxes, nodeId, session }
, Tabs.tabs { -- , Tabs.tabs {
boxes -- boxes
, cacheState -- , cacheState
, defaultListId: 424242 -- , defaultListId: 424242
, frontends -- , frontends
, nodeId -- , nodeId
, session -- , session
, sidePanel: sidePanelTexts -- , sidePanel: sidePanelTexts
, sidePanelList: sidePanelLists -- , sidePanelList: sidePanelLists
} -- }
] ]
} }
where where
......
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