diff --git a/app/mobile/src/session/Session.jsx b/app/mobile/src/session/Session.jsx index 13219781..bc6abaa9 100644 --- a/app/mobile/src/session/Session.jsx +++ b/app/mobile/src/session/Session.jsx @@ -167,6 +167,13 @@ export function Session() { detailNav.openDrawer(); }; + const openProfile = () => { + profileNav.openDrawer(); + } + const openCards = () => { + cardNav.openDrawer(); + } + const conversation = useContext(ConversationContext); useEffect(() => { @@ -186,11 +193,11 @@ export function Session() { - openProfile(profileNav)}> + Profile - openCards(cardNav)}> + Contacts