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