parent
428d79607e
commit
fc284f466f
|
@ -172,11 +172,7 @@
|
||||||
{:content (fn []
|
{:content (fn []
|
||||||
[method-menu/view on-change-profile-pic])
|
[method-menu/view on-change-profile-pic])
|
||||||
:shell? true}]))
|
:shell? true}]))
|
||||||
:image-picker-props {:profile-picture (or
|
:image-picker-props {:profile-picture @profile-pic
|
||||||
@profile-pic
|
|
||||||
(rf/sub
|
|
||||||
[:profile/onboarding-placeholder-avatar
|
|
||||||
@profile-pic]))
|
|
||||||
:full-name (if (seq @full-name)
|
:full-name (if (seq @full-name)
|
||||||
@full-name
|
@full-name
|
||||||
(i18n/label :t/your-name))
|
(i18n/label :t/your-name))
|
||||||
|
|
Loading…
Reference in New Issue