From ea3735d938d8119ec0d941efe82daa02639cec22 Mon Sep 17 00:00:00 2001 From: Gheorghe Pinzaru Date: Wed, 8 Apr 2020 16:19:56 +0300 Subject: [PATCH] Add profile screen in profile stack Fixes #7437 Signed-off-by: Gheorghe Pinzaru --- src/status_im/ui/screens/routing/profile_stack.cljs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/status_im/ui/screens/routing/profile_stack.cljs b/src/status_im/ui/screens/routing/profile_stack.cljs index 429b5826f8..120538f025 100644 --- a/src/status_im/ui/screens/routing/profile_stack.cljs +++ b/src/status_im/ui/screens/routing/profile_stack.cljs @@ -3,6 +3,7 @@ [status-im.ui.screens.profile.user.views :as profile.user] [status-im.ui.screens.ens.views :as ens] [status-im.ui.screens.contacts-list.views :as contacts-list] + [status-im.ui.screens.profile.contact.views :as profile.contact] [status-im.ui.screens.profile.photo-capture.views :as photo-capture] [status-im.ui.screens.bootnodes-settings.edit-bootnode.views :as @@ -63,6 +64,8 @@ :component ens/name-details} {:name :blocked-users-list :component contacts-list/blocked-users-list} + {:name :profile + :component profile.contact/profile} {:name :profile-photo-capture :component photo-capture/profile-photo-capture} {:name :bootnodes-settings