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
display { title: fromMaybe "no name" (Just ui_username) }
(contactInfos userInfo (onUpdateUserInfo boxes.errors reload))
, pubmedSettings { boxes, nodeId, session }
, Tabs.tabs {
boxes
, cacheState
, defaultListId: 424242
, frontends
, nodeId
, session
, sidePanel: sidePanelTexts
, sidePanelList: sidePanelLists
}
-- , Tabs.tabs {
-- boxes
-- , cacheState
-- , defaultListId: 424242
-- , frontends
-- , nodeId
-- , session
-- , sidePanel: sidePanelTexts
-- , sidePanelList: sidePanelLists
-- }
]
}
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