Add profile screen in profile stack

Fixes #7437

Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
Gheorghe Pinzaru 2020-04-08 16:19:56 +03:00
parent 45dae49fc0
commit ea3735d938
No known key found for this signature in database
GPG Key ID: C9A094959935A952
1 changed files with 3 additions and 0 deletions

View File

@ -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