Commit 316db7e0 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch...

Merge remote-tracking branch 'origin/604-user-page-fix-the-error-message-when-the-page-loads' into dev
parents 3e6c8530 63cd711c
...@@ -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