diff --git a/src/status_im2/contexts/onboarding/create_profile/view.cljs b/src/status_im2/contexts/onboarding/create_profile/view.cljs index 9260490e01..6f3a7250ba 100644 --- a/src/status_im2/contexts/onboarding/create_profile/view.cljs +++ b/src/status_im2/contexts/onboarding/create_profile/view.cljs @@ -18,7 +18,7 @@ ;; NOTE - validation should match with Desktop ;; https://github.com/status-im/status-desktop/blob/2ba96803168461088346bf5030df750cb226df4c/ui/imports/utils/Constants.qml#L468 -;; +;; (def emoji-regex (new js/RegExp @@ -172,11 +172,7 @@ {:content (fn [] [method-menu/view on-change-profile-pic]) :shell? true}])) - :image-picker-props {:profile-picture (or - @profile-pic - (rf/sub - [:profile/onboarding-placeholder-avatar - @profile-pic])) + :image-picker-props {:profile-picture @profile-pic :full-name (if (seq @full-name) @full-name (i18n/label :t/your-name))